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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-17 07:55:17 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-17 09:37:11 +0400
commit68aea619f512afb0fd9f4b06313cd2ea8b896146 (patch)
tree2a9779bf70ca7ed587b54020da855254559a3ce2 /source/blender/freestyle/intern/system
parent3458bad12d4ba7c1184a44fcdabfef265335d30c (diff)
Replaced assert() with BLI_assert().
Diffstat (limited to 'source/blender/freestyle/intern/system')
-rw-r--r--source/blender/freestyle/intern/system/PseudoNoise.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/PseudoNoise.cpp b/source/blender/freestyle/intern/system/PseudoNoise.cpp
index 6083a46d609..4949cb8c430 100644
--- a/source/blender/freestyle/intern/system/PseudoNoise.cpp
+++ b/source/blender/freestyle/intern/system/PseudoNoise.cpp
@@ -26,6 +26,7 @@
*/
#include "BLI_math.h"
+#include "BLI_utildefines.h"
#include "PseudoNoise.h"
#include "RandGen.h"