diff options
Diffstat (limited to 'src/dxfdim.cc')
-rw-r--r-- | src/dxfdim.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/dxfdim.cc b/src/dxfdim.cc index 359606a..5741df3 100644 --- a/src/dxfdim.cc +++ b/src/dxfdim.cc @@ -18,12 +18,18 @@ * */ -#include "openscad.h" +#include "dxfdim.h" +#include "value.h" +#include "function.h" +#include "dxfdata.h" +#include "builtin.h" #include "printutils.h" +#include <math.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> +#include <QHash> QHash<QString,Value> dxf_dim_cache; QHash<QString,Value> dxf_cross_cache; |