summaryrefslogtreecommitdiff
path: root/src/elements/nbhl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/nbhl.cpp')
-rw-r--r--src/elements/nbhl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/nbhl.cpp b/src/elements/nbhl.cpp
index 056313c..565416f 100644
--- a/src/elements/nbhl.cpp
+++ b/src/elements/nbhl.cpp
@@ -1,4 +1,4 @@
-#include "element.h"
+#include "simulation/Element.h"
int update_NBHL(UPDATE_FUNC_ARGS) {
sim->gravmap[(y/CELL)*(XRES/CELL)+(x/CELL)] += 0.1f;