summaryrefslogtreecommitdiff
path: root/src/elements/vine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/vine.cpp')
-rw-r--r--src/elements/vine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/vine.cpp b/src/elements/vine.cpp
index 165d391..c8d51ba 100644
--- a/src/elements/vine.cpp
+++ b/src/elements/vine.cpp
@@ -1,4 +1,4 @@
-#include "element.h"
+#include "simulation/Element.h"
int update_VINE(UPDATE_FUNC_ARGS) {
int r, np, rx =(rand()%3)-1, ry=(rand()%3)-1;