From fab029ae6b764abf923b989ee0a69cd78df30742 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Wed, 14 Jan 2015 15:55:49 -0400 Subject: [PATCH] Hopefully fixed the Windows build. --- src/common/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/runtime.h b/src/common/runtime.h index e0002cca5..b4da0b677 100644 --- a/src/common/runtime.h +++ b/src/common/runtime.h @@ -23,7 +23,6 @@ // LOVE #include "types.h" -#include "Object.h" // Lua extern "C" { @@ -40,6 +39,7 @@ namespace love { // Forward declarations. +class Object; class Module; class Reference;