diff options
-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 46b29a8..9640321 100644 --- a/src/func.cc +++ b/src/func.cc @@ -29,6 +29,7 @@ #include "dxfdim.h" #include "builtin.h" #include "mathc99.h" +#include <time.h> AbstractFunction::~AbstractFunction() { |