diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-28 02:43:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-28 02:43:44 (GMT) |
commit | f3775d4bdcd474eb9e12614b022270914dfbec17 (patch) | |
tree | 3ab2ef1ad6864a81708c06b34fb55f9fae5419f4 /src/func.cc | |
parent | c86630c297da202188cbcc0d35566339e0607d60 (diff) | |
parent | b68537b6ac032cb138e4c6225c6be8680f9664f7 (diff) |
Merge branch 'visitor' of github.com:openscad/openscad into visitor
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() |