summaryrefslogtreecommitdiff
path: root/src/grid.h
diff options
context:
space:
mode:
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 703e006..74d72f9 100644
--- a/src/grid.h
+++ b/src/grid.h
@@ -1,6 +1,7 @@
#ifndef GRID_H_
#define GRID_H_
+#include <QHash>
#include "mathc99.h"
#ifdef WIN32
typedef __int64 int64_t;
@@ -8,7 +9,6 @@ typedef __int64 int64_t;
#include <stdint.h>
#endif
#include <stdlib.h>
-#include <QHash>
const double GRID_COARSE = 0.001;
const double GRID_FINE = 0.000001;
contact: Jan Huwald // Impressum