diff options
author | Marius Kintel <marius@kintel.net> | 2013-08-21 05:40:25 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-08-21 05:40:25 (GMT) |
commit | 7db45a878b29788ff846eac7dedede294836a1bc (patch) | |
tree | f9e01f3aaf86006d195f7bc58488150c7e619009 /src/GLView.cc | |
parent | a7396cc36fbd2269bc75b0632e659dd05149259b (diff) | |
parent | f25ad73ea5fcc2abcf92d7cd1fbe44c072acd1f4 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/GLView.cc')
-rw-r--r-- | src/GLView.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GLView.cc b/src/GLView.cc index b4fb8d6..822a246 100644 --- a/src/GLView.cc +++ b/src/GLView.cc @@ -2,6 +2,7 @@ #include "stdio.h" #include "rendersettings.h" +#include "mathc99.h" #ifdef _WIN32 #include <GL/wglew.h> |