aboutsummaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-cpp__Math__Vector2.h
blob: 47045e1514a7bd8dea39e4294c1b01d0c92915b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>