added missing Include
This commit is contained in:
parent
0308e552d0
commit
a3ab75da33
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.19 2006/03/27 04:17:07 cignoni
|
||||||
moved to generic export.h
|
moved to generic export.h
|
||||||
|
|
||||||
|
@ -86,6 +89,7 @@ GPL added
|
||||||
|
|
||||||
// standard libraries
|
// standard libraries
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <vector>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
// project definitions.
|
// project definitions.
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
|
Loading…
Reference in New Issue