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/system/TimeUtils.h')
-rw-r--r--source/blender/freestyle/intern/system/TimeUtils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/TimeUtils.h b/source/blender/freestyle/intern/system/TimeUtils.h
index 26b9180f6d2..a769eb5b649 100644
--- a/source/blender/freestyle/intern/system/TimeUtils.h
+++ b/source/blender/freestyle/intern/system/TimeUtils.h
@@ -32,6 +32,8 @@
#include "FreestyleConfig.h"
+namespace Freestyle {
+
class Chronometer
{
public:
@@ -54,4 +56,6 @@ private:
clock_t _start;
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_TIME_UTILS_H__