From a3ab75da334226ecc2b6f0cbc92b72756a04013d Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 3 May 2006 21:22:39 +0000 Subject: [PATCH] added missing Include --- apps/metro/metro.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/metro/metro.cpp b/apps/metro/metro.cpp index b06c142c..85206f80 100644 --- a/apps/metro/metro.cpp +++ b/apps/metro/metro.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.20 2006/04/20 08:30:24 cignoni +small GCC compiling issues + Revision 1.19 2006/03/27 04:17:07 cignoni moved to generic export.h @@ -86,6 +89,7 @@ GPL added // standard libraries #include +#include using namespace std; // project definitions. #include "defs.h"