diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-11 09:10:48 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-11 09:10:48 (GMT) |
commit | 1f52da35ef1db3df87865283d201f811a11c5378 (patch) | |
tree | 27e04f5c5f6bedafbcd6e5d696fb4dacb6005db0 | |
parent | 77dbd805371d3953c4f832259a509b0a8c51a3a4 (diff) |
helper to include TR1 stuff
-rw-r--r-- | openscad.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 1abca19..6e79b29 100644 --- a/openscad.pro +++ b/openscad.pro @@ -165,6 +165,7 @@ HEADERS += src/renderer.h \ src/myqhash.h \ src/Tree.h \ src/mathc99.h \ + src/memory.h \ src/stl-utils.h SOURCES += src/openscad.cc \ |