diff options
Diffstat (limited to 'tests/cgaltest.cc')
-rw-r--r-- | tests/cgaltest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cgaltest.cc b/tests/cgaltest.cc index df03a43..9d4ef5d 100644 --- a/tests/cgaltest.cc +++ b/tests/cgaltest.cc @@ -32,6 +32,7 @@ #include "export.h" #include "builtin.h" #include "Tree.h" +#include "CGAL_Nef_polyhedron.h" #include "CGALEvaluator.h" #include "PolySetCGALEvaluator.h" @@ -42,6 +43,7 @@ #include <QTextStream> #include <getopt.h> #include <iostream> +#include <assert.h> QString commandline_commands; const char *make_command = NULL; |