From cf43aeea37ac0c6b42f5b897094d92587306468f Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 25 Mar 2012 03:55:50 +0000 Subject: - Update to 0.99.47 PR: 166036 Submitted by: Ports Fury Feature safe: yes --- .../patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp | 11 +++++++++++ graphics/gsculpt/files/patch-cpp__Math__Vector2.h | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp create mode 100644 graphics/gsculpt/files/patch-cpp__Math__Vector2.h (limited to 'graphics/gsculpt/files') diff --git a/graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp b/graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp new file mode 100644 index 000000000000..4ea39b05e168 --- /dev/null +++ b/graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp @@ -0,0 +1,11 @@ +--- cpp/ImportExportFilter/ObjImport/PyObjImport.cpp.orig 2009-06-22 04:58:54.000000000 +0900 ++++ cpp/ImportExportFilter/ObjImport/PyObjImport.cpp 2012-03-06 23:06:16.000000000 +0900 +@@ -8,6 +8,8 @@ + #ifndef PYOBJIMPORT_CPP__ + #define PYOBJIMPORT_CPP__ + ++#include ++ + #include + + #include 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 + #include + + #include -- cgit v1.2.3