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:
authorRay Molenkamp <github@lazydodo.com>2019-08-27 17:13:23 +0300
committerRay Molenkamp <github@lazydodo.com>2019-08-27 17:13:23 +0300
commit2a2fd75ef90f18753d3d6ab33c30e60cd95bf174 (patch)
tree19ee41eeaff3e550af465cde7a57b39cb9471163 /source/blender/editors/space_node
parentd667105ba96c777ff8eeefc25e5148d5086087f6 (diff)
Cleanup: Fix build error with MSVC
`BLI_cpu_support_sse41` needs BLI_System.h. Reviewers: brecht
Diffstat (limited to 'source/blender/editors/space_node')
-rw-r--r--source/blender/editors/space_node/drawnode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index 72a73f89227..b89f163f579 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -24,6 +24,7 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
+#include "BLI_system.h"
#include "DNA_node_types.h"
#include "DNA_object_types.h"