From dbcca148b54b5107216bf367a53067c82358f7f6 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Mon, 6 Sep 2010 13:02:57 -0400 Subject: [PATCH] fixed compile error with newer compilers --- lib/src/Vector2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/Vector2.cpp b/lib/src/Vector2.cpp index 5166743..56f7f3e 100644 --- a/lib/src/Vector2.cpp +++ b/lib/src/Vector2.cpp @@ -19,6 +19,7 @@ #include "debug.h" #include +#include #include "mathw.h" -- 2.10.2