diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-01 02:09:06 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-01 02:09:06 (GMT) |
commit | 1633fb0344c92631562c2a802e8deddf2ce4637f (patch) | |
tree | e6e71a9d9a524119db9cc430c5f8409c6839aa9a /tests/cgaltest.cc | |
parent | c193372d2ff20d32900d72e817e7c9608ae36112 (diff) |
Refactoring of CGAL functionality to allow for forward-declaration of CGAL classes in header files, reducing coupling and thus compilation times
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; |