diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-10-30 15:24:49 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-10-30 15:24:49 (GMT) |
commit | 487dace74e31f0d475daffeca404ece520b782a2 (patch) | |
tree | 49c4e980e39c19eb6815f8b124fc36b401983863 /src/dxftess-glu.cc | |
parent | 4dceada8f4380913cfded94a845abf59a6a4d3ee (diff) |
Compile fixes from Giles Bathgate
git-svn-id: http://svn.clifford.at/openscad/trunk@569 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/dxftess-glu.cc')
-rw-r--r-- | src/dxftess-glu.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dxftess-glu.cc b/src/dxftess-glu.cc index 73eae63..ca12ea9 100644 --- a/src/dxftess-glu.cc +++ b/src/dxftess-glu.cc @@ -2,6 +2,7 @@ #include "dxfdata.h" #include "polyset.h" #include "grid.h" +#include <stdio.h> #ifdef ENABLE_OPENCSG // this must be included before the GL headers |