summaryrefslogtreecommitdiff
path: root/src/elements/tron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/tron.cpp')
-rw-r--r--src/elements/tron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/tron.cpp b/src/elements/tron.cpp
index 804b4b7..4ab3bb9 100644
--- a/src/elements/tron.cpp
+++ b/src/elements/tron.cpp
@@ -1,4 +1,4 @@
-#include <element.h>
+#include "simulation\Element.h"
/* TRON element is meant to resemble a tron bike (or worm) moving around and trying to avoid obstacles itself.
* It has four direction each turn to choose from, 0 (left) 1 (up) 2 (right) 3 (down).