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 'source/blender/freestyle/intern/stroke/StrokeLayer.h')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeLayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeLayer.h b/source/blender/freestyle/intern/stroke/StrokeLayer.h
index 119e03a3ec6..ff36c40fd0a 100644
--- a/source/blender/freestyle/intern/stroke/StrokeLayer.h
+++ b/source/blender/freestyle/intern/stroke/StrokeLayer.h
@@ -30,6 +30,8 @@
#include <deque>
+namespace Freestyle {
+
class Stroke;
class StrokeRenderer;
class StrokeLayer
@@ -96,4 +98,6 @@ public:
}
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_STROKE_LAYER_H__