summaryrefslogtreecommitdiff
path: root/src/grid.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2010-04-12 04:57:02 (GMT)
committerMarius Kintel <marius@kintel.net>2010-10-31 00:42:35 (GMT)
commit1caf80e561819832092e67bd15ceba5d6f9a02f8 (patch)
treeac144b7659840529155c762794508bea018b2be3 /src/grid.h
parente8e213b3c9ce0580045ea6e7e86b00ab41d4c58b (diff)
Added CSGTextCache for experimenting with cache-tree organization
Diffstat (limited to 'src/grid.h')
-rw-r--r--src/grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grid.h b/src/grid.h
index 572bc66..6694cf7 100644
--- a/src/grid.h
+++ b/src/grid.h
@@ -1,10 +1,10 @@
#ifndef GRID_H_
#define GRID_H_
+#include <QHash>
#include <math.h>
#include <stdint.h>
#include <stdlib.h>
-#include <QHash>
const double GRID_COARSE = 0.001;
const double GRID_FINE = 0.000001;
contact: Jan Huwald // Impressum