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/nodes/intern/SHD_util.h')
-rw-r--r--source/blender/nodes/intern/SHD_util.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/blender/nodes/intern/SHD_util.h b/source/blender/nodes/intern/SHD_util.h
index f07302ad27d..5ab7e3a7031 100644
--- a/source/blender/nodes/intern/SHD_util.h
+++ b/source/blender/nodes/intern/SHD_util.h
@@ -30,6 +30,9 @@
#ifndef SHD_NODE_UTIL_H_
#define SHD_NODE_UTIL_H_
+#include <math.h>
+#include <string.h>
+
#include "MEM_guardedalloc.h"
#include "DNA_action_types.h"
@@ -54,8 +57,9 @@
#include "BKE_material.h"
#include "BKE_texture.h"
#include "BKE_utildefines.h"
+#include "BKE_library.h"
-#include "..\SHD_node.h"
+#include "../SHD_node.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
@@ -112,6 +116,6 @@ typedef struct ShaderCallData {
extern void node_ID_title_cb(void *node_v, void *unused_v);
+void nodestack_get_vec(float *in, short type_in, bNodeStack *ns);
-
-#endif \ No newline at end of file
+#endif