diff options
author | fluxgen <fluxgen> | 2003-01-09 18:28:48 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-09 18:28:48 (GMT) |
commit | f123c69829cf754effbb3e3f98979cd59e420d2e (patch) | |
tree | e8ceb08d15cae2b749cd24dc15083590d665364f | |
parent | a50b4b029a791048bf3c5d75408f6d4c77638655 (diff) | |
download | fluxbox_paul-f123c69829cf754effbb3e3f98979cd59e420d2e.zip fluxbox_paul-f123c69829cf754effbb3e3f98979cd59e420d2e.tar.bz2 |
included typeinfo
-rw-r--r-- | src/main.cc | 3 |
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 | ||
58 | using namespace std; | 59 | using namespace std; |
59 | 60 | ||