diff options
author | meta <s@w23.at> | 2011-01-18 23:20:52 (GMT) |
---|---|---|
committer | meta <s@w23.at> | 2011-01-18 23:20:52 (GMT) |
commit | 74faea5ff71ba426aacc83f08f355a8d9d90fd01 (patch) | |
tree | 2902bd5d06afbac8916e906548c7ad202b15c8d6 /src/func.cc | |
parent | a117735f7631a86d15075a6c1ca404b24e0a1bee (diff) |
add missing include
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 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() { |