aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
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