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/blenlib/intern/system.c')
-rw-r--r--source/blender/blenlib/intern/system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/system.c b/source/blender/blenlib/intern/system.c
index 7a1ad41caa6..d6c3ee9f8fa 100644
--- a/source/blender/blenlib/intern/system.c
+++ b/source/blender/blenlib/intern/system.c
@@ -31,6 +31,7 @@
#if defined(__linux__) || defined(__APPLE__)
# include <execinfo.h>
#elif defined(WIN32)
+# include <intrin.h>
# include <windows.h>
# include <dbghelp.h>
#endif