diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-30 05:25:21 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-30 05:25:21 (GMT) |
commit | 83647da87e10843ba398451dc5cf89d3fe2db0df (patch) | |
tree | 209e49350ba82b20f9cfc01e276edf22abb439f3 /src/grid.h | |
parent | 3ff0eeefaa601080b2821e7b07c94fbae5ec05b7 (diff) |
linux build fixes
git-svn-id: http://svn.clifford.at/openscad/trunk@369 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/grid.h')
-rw-r--r-- | src/grid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define GRID_H_ #include <math.h> +#include <stdint.h> #include <QHash> const double GRID_COARSE = 0.001; |