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/Curve.h')
-rw-r--r--source/blender/freestyle/intern/stroke/Curve.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/Curve.h b/source/blender/freestyle/intern/stroke/Curve.h
index a88792a75ee..7e09a482e4c 100644
--- a/source/blender/freestyle/intern/stroke/Curve.h
+++ b/source/blender/freestyle/intern/stroke/Curve.h
@@ -42,6 +42,9 @@
#include "../system/BaseIterator.h"
using namespace std;
+
+namespace Freestyle {
+
using namespace Geometry;
/**********************************/
@@ -579,4 +582,6 @@ public:
virtual Interface0DIterator pointsEnd(float t = 0.0f);
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_CURVE_H__