projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298ae0e
)
fixed compile error with newer compilers
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 6 Sep 2010 17:02:57 +0000
(13:02 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 6 Sep 2010 17:03:57 +0000
(13:03 -0400)
lib/src/Vector2.cpp
patch
|
blob
|
blame
|
history
diff --git
a/lib/src/Vector2.cpp
b/lib/src/Vector2.cpp
index
5166743
..
56f7f3e
100644
(file)
--- a/
lib/src/Vector2.cpp
+++ b/
lib/src/Vector2.cpp
@@
-19,6
+19,7
@@
#include "debug.h"
#include <math.h>
+#include <cstdio>
#include "mathw.h"