diff options
Diffstat (limited to 'src/value.cc')
-rw-r--r-- | src/value.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/value.cc b/src/value.cc index a02a27f..3aae9e5 100644 --- a/src/value.cc +++ b/src/value.cc @@ -18,7 +18,8 @@ * */ -#include "openscad.h" +#include "value.h" +#include <math.h> Value::Value() { |