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:
authorJacques Lucke <jacques@blender.org>2020-07-16 14:41:47 +0300
committerJacques Lucke <jacques@blender.org>2020-07-16 14:41:47 +0300
commitb882f89fe36614b4ed15b2f1e7915c538f371dd2 (patch)
treeb52325174eb95e55c447da9ed26263e77415bbbb /source/blender/nodes/shader/node_shader_util.h
parent2ddb3dc617a5ad3dd5882cde8c088127bd57f916 (diff)
Particles: support for most math node operations
Diffstat (limited to 'source/blender/nodes/shader/node_shader_util.h')
-rw-r--r--source/blender/nodes/shader/node_shader_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/shader/node_shader_util.h b/source/blender/nodes/shader/node_shader_util.h
index fc262544b4f..9ea3974679a 100644
--- a/source/blender/nodes/shader/node_shader_util.h
+++ b/source/blender/nodes/shader/node_shader_util.h
@@ -42,6 +42,7 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
+#include "BLI_math_base_safe.h"
#include "BLI_rand.h"
#include "BLI_threads.h"
#include "BLI_utildefines.h"