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

gcc46.patch « patches « carve « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8384dcdab8c61fc6a561c93f57c152bc693b501 (plain)
1
2
3
4
5
6
7
8
9
10
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>