aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-09 18:28:48 (GMT)
committerfluxgen <fluxgen>2003-01-09 18:28:48 (GMT)
commitf123c69829cf754effbb3e3f98979cd59e420d2e (patch)
treee8ceb08d15cae2b749cd24dc15083590d665364f /src/main.cc
parenta50b4b029a791048bf3c5d75408f6d4c77638655 (diff)
downloadfluxbox-f123c69829cf754effbb3e3f98979cd59e420d2e.zip
fluxbox-f123c69829cf754effbb3e3f98979cd59e420d2e.tar.bz2
included typeinfo
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 7e4a0af..f40ceab 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: main.cc,v 1.12 2002/12/09 22:51:23 fluxgen Exp $ 25// $Id: main.cc,v 1.13 2003/01/09 18:28:48 fluxgen Exp $
26 26
27 27
28 28
@@ -54,6 +54,7 @@
54 54
55#include <iostream> 55#include <iostream>
56#include <stdexcept> 56#include <stdexcept>
57#include <typeinfo>
57 58
58using namespace std; 59using namespace std;
59 60