diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-27 20:09:48 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-27 20:09:48 (GMT) |
commit | b68537b6ac032cb138e4c6225c6be8680f9664f7 (patch) | |
tree | 0dc5fdb7c61db01704a69ef3e4c0519f0be86089 /src/func.cc | |
parent | b3dd77d2521fae2305251a57217b1b22fe7180e0 (diff) | |
parent | ec85e65ee983258db44770f246537562a16d141b (diff) |
Merge pull request #20 from donbright/visitorwinxp
fix build errors on windows
Diffstat (limited to 'src/func.cc')
-rw-r--r-- | src/func.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/func.cc b/src/func.cc index fd4bd7e..c10963c 100644 --- a/src/func.cc +++ b/src/func.cc @@ -30,6 +30,7 @@ #include "dxfdim.h" #include "builtin.h" #include <sstream> +#include <ctime> #include "mathc99.h" AbstractFunction::~AbstractFunction() |