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/Silhouette.h')
-rw-r--r--source/blender/freestyle/intern/view_map/Silhouette.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/view_map/Silhouette.h b/source/blender/freestyle/intern/view_map/Silhouette.h
index 4eb27d3849e..c4221069a66 100644
--- a/source/blender/freestyle/intern/view_map/Silhouette.h
+++ b/source/blender/freestyle/intern/view_map/Silhouette.h
@@ -49,6 +49,9 @@
#include "../winged_edge/Curvature.h"
using namespace std;
+
+namespace Freestyle {
+
using namespace Geometry;
class ViewShape;
@@ -1866,4 +1869,6 @@ public:
}
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_SILHOUETTE_H__