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/view_map/ViewMapIterators.h')
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIterators.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIterators.h b/source/blender/freestyle/intern/view_map/ViewMapIterators.h
index 49a411a1ee7..72d439da8bd 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIterators.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapIterators.h
@@ -32,6 +32,7 @@
#include "../system/Iterator.h" //soc
+namespace Freestyle {
/**********************************/
/* */
@@ -564,4 +565,6 @@ protected:
} // end of namespace ViewEdgeInternal
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_VIEW_MAP_ITERATORS_H__