diff options
author | Marius Kintel <marius@kintel.net> | 2010-03-28 15:57:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:34 (GMT) |
commit | 7468c940672b31e569cbb2310676fb1ac841e2d0 (patch) | |
tree | 1ddd374a0006e074695bd8638d1f5e59db6a3509 /src/primitives.cc | |
parent | 3396706e248d4baccf08707103deae378181b299 (diff) |
Mostly completed test implementation of text-based CGALRenderer
Diffstat (limited to 'src/primitives.cc')
-rw-r--r-- | src/primitives.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/primitives.cc b/src/primitives.cc index 84e6a6d..4cfb1ce 100644 --- a/src/primitives.cc +++ b/src/primitives.cc @@ -34,6 +34,7 @@ #include <assert.h> #include "visitor.h" #include <sstream> +#include <assert.h> enum primitive_type_e { CUBE, |