From 9ade1afb07c705ba4955b325c1d241df5eb63d7d Mon Sep 17 00:00:00 2001 From: kintel Date: Sat, 30 Jan 2010 05:33:01 +0000 Subject: linux build fixes git-svn-id: http://svn.clifford.at/openscad/trunk@370 b57f626f-c46c-0410-a088-ec61d464b74c diff --git a/src/dxfdata.cc b/src/dxfdata.cc index a8768d7..9d6107a 100644 --- a/src/dxfdata.cc +++ b/src/dxfdata.cc @@ -28,6 +28,7 @@ #include #include #include +#include struct Line { typedef DxfData::Point Point; diff --git a/src/grid.h b/src/grid.h index af92a71..572bc66 100644 --- a/src/grid.h +++ b/src/grid.h @@ -3,6 +3,7 @@ #include #include +#include #include const double GRID_COARSE = 0.001; -- cgit v0.10.1