diff options
Diffstat (limited to 'src/func.cc')
-rw-r--r-- | src/func.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func.cc b/src/func.cc index e8ff54a..46b29a8 100644 --- a/src/func.cc +++ b/src/func.cc @@ -28,7 +28,7 @@ #include "context.h" #include "dxfdim.h" #include "builtin.h" -#include <math.h> +#include "mathc99.h" AbstractFunction::~AbstractFunction() { |