summary refs log tree commit diff
path: root/src/GameLoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameLoop.cpp')
-rw-r--r--src/GameLoop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GameLoop.cpp b/src/GameLoop.cpp
index e89eb2e..2cd0c5c 100644
--- a/src/GameLoop.cpp
+++ b/src/GameLoop.cpp
@@ -19,8 +19,9 @@
 // You should have received a copy of the GNU General Public License
 // along with Black Shades.  If not, see <https://www.gnu.org/licenses/>.
 
-#include "Game.h"
 #include "misc.h"
+#include "Game.h"
+#include "Support.h"
 
 extern float multiplier;
 extern int thirdperson;