diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-cpp__Math__Vector2.h')
-rw-r--r-- | graphics/gsculpt/files/patch-cpp__Math__Vector2.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-cpp__Math__Vector2.h b/graphics/gsculpt/files/patch-cpp__Math__Vector2.h new file mode 100644 index 000000000000..47045e1514a7 --- /dev/null +++ b/graphics/gsculpt/files/patch-cpp__Math__Vector2.h @@ -0,0 +1,10 @@ +--- cpp/Math/Vector2.h.orig 2008-12-30 23:41:26.000000000 +0900 ++++ cpp/Math/Vector2.h 2012-03-06 22:15:22.000000000 +0900 +@@ -8,6 +8,7 @@ + #ifndef VECTOR2_H__ + #define VECTOR2_H__ + ++#include <cstdio> + #include <math.h> + + #include <algorithm> |