fixed compile error with newer compilers
authorPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 6 Sep 2010 17:02:57 +0000 (13:02 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 6 Sep 2010 17:03:57 +0000 (13:03 -0400)
lib/src/Vector2.cpp

index 5166743..56f7f3e 100644 (file)
@@ -19,6 +19,7 @@
 #include "debug.h"
 
 #include <math.h>
+#include <cstdio>
 
 #include "mathw.h"