diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-08-12 23:48:59 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-08-12 23:48:59 (GMT) |
commit | ec85e65ee983258db44770f246537562a16d141b (patch) | |
tree | 9d7f4e278a0402fa7271a6089ef375703e4ef5d4 /src/func.cc | |
parent | be63c6eeacf7ed4604106dc0859602ba98847a4f (diff) |
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() |