Commit: f4ee9643adb0cc531c2078dc49bb5b115735661a
Author: Brecht Van Lommel
Date: Tue Apr 21 14:28:26 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rBf4ee9643adb0cc531c2078dc49bb5b115735661a
Fix Linux/GCC build error after recent changes
===================================================================
M source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
M source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
M source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
===================================================================
diff --git a/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
b/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
index 662222524f1..4ac4c04774e 100644
--- a/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
+++ b/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h
@@ -22,6 +22,7 @@
* \brief Iterators used to iterate over the elements of the Curve. Can't be
used in python
*/
+#include "CurveIterators.h"
#include "Stroke.h"
namespace Freestyle {
diff --git a/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
b/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
index ccf5773a4c8..b8c96533a1c 100644
--- a/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
+++ b/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
@@ -23,6 +23,7 @@
*/
#include "Stroke.h"
+#include "StrokeIterators.h"
namespace Freestyle {
diff --git
a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
index 525073af919..2ff46e353f3 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
@@ -24,6 +24,7 @@
*/
#include "ViewMap.h"
+#include "ViewMapIterators.h"
#include "../system/Iterator.h" //soc
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs