From 652cd591ff7e4833d8e4e88e3a3477612973b630 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Wed, 18 Apr 2012 21:33:07 +0100 Subject: [PATCH] Fix previous include --- src/elements/tron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elements/tron.cpp b/src/elements/tron.cpp index 804b4b747..4ab3bb965 100644 --- a/src/elements/tron.cpp +++ b/src/elements/tron.cpp @@ -1,4 +1,4 @@ -#include +#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).