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:
authorThomas Dinges <blender@dingto.org>2014-05-01 01:15:54 +0400
committerThomas Dinges <blender@dingto.org>2014-05-01 01:16:12 +0400
commita47a4ef82f37428d391cc14a30fa611d6714e71d (patch)
tree9b84f1b5b77a00831e1ad43809d40012f83ed7bf /source/blender/blenlib/intern/path_util.c
parent2ce3e4639a9bc45f339386c2b5d4b7dedb905b26 (diff)
Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 2c24a8968e9..05415a69489 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -36,6 +36,8 @@
#include <stdlib.h>
#include <assert.h>
+#include "MEM_guardedalloc.h"
+
#include "DNA_listBase.h"
#include "BLI_utildefines.h"