Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/carve/patches/gcc46.patch')
-rw-r--r--extern/carve/patches/gcc46.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extern/carve/patches/gcc46.patch b/extern/carve/patches/gcc46.patch
new file mode 100644
index 00000000000..a8384dcdab8
--- /dev/null
+++ b/extern/carve/patches/gcc46.patch
@@ -0,0 +1,11 @@
+diff -r 525472fb477a include/carve/polyline_iter.hpp
+--- a/include/carve/polyline_iter.hpp Sun Jan 15 23:07:40 2012 -0500
++++ b/include/carve/polyline_iter.hpp Wed Jan 18 00:41:13 2012 +0600
+@@ -20,6 +20,7 @@
+ #include <list>
+ #include <iterator>
+ #include <limits>
++#include <cstddef>
+
+ #include <carve/polyline_decl.hpp>
+