diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-06 12:57:24 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-06 12:57:24 (GMT) |
commit | 1e4e18c52451d2f04050cb44441b615398882c56 (patch) | |
tree | 0fc51c818db83632e983c0720d1e497c83fedb01 /openscad.pro | |
parent | fdd96a177c0fb3a94d317cb3e584b4881c09ea0e (diff) |
minkowski sums should now work again
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index d3923e5..a7dd59e 100644 --- a/openscad.pro +++ b/openscad.pro @@ -142,6 +142,7 @@ HEADERS += src/renderer.h \ src/dxflinextrudenode.h \ src/dxfrotextrudenode.h \ src/projectionnode.h \ + src/cgaladvnode.h \ src/importnode.h \ src/transformnode.h \ src/colornode.h \ |