diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-25 03:55:50 +0000 | 
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-25 03:55:50 +0000 | 
| commit | cf43aeea37ac0c6b42f5b897094d92587306468f (patch) | |
| tree | 1bd69fa0e1a567f83385e12272288550e5117941 /graphics/gsculpt/files/patch-cpp__Math__Vector2.h | |
| parent | - Add LICENSE (diff) | |
- Update to 0.99.47
PR:		166036
Submitted by:	Ports Fury
Feature safe:	yes
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>  | 
