From: Patrik Gornicz Date: Mon, 6 Sep 2010 17:02:57 +0000 (-0400) Subject: fixed compile error with newer compilers X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=dbcca148b54b5107216bf367a53067c82358f7f6;p=libbear.git fixed compile error with newer compilers --- 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"