summaryrefslogtreecommitdiff
path: root/src/parser.y
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:37:00 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:37:00 (GMT)
commit3ff0eeefaa601080b2821e7b07c94fbae5ec05b7 (patch)
treed83bd14fdf7696568f568bb362398e1caa2fed88 /src/parser.y
parent3bcdc52ddb6ca71674d1bb672d2ec832d961e9e3 (diff)
minor build fix
git-svn-id: http://svn.clifford.at/openscad/trunk@368 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/parser.y')
-rw-r--r--src/parser.y5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parser.y b/src/parser.y
index c4cd3d4..91d49cf 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -20,7 +20,10 @@
%{
-#include "openscad.h"
+#include "module.h"
+#include "expression.h"
+#include "value.h"
+#include "function.h"
#include "printutils.h"
int parser_error_pos = -1;
contact: Jan Huwald // Impressum