From a47a4ef82f37428d391cc14a30fa611d6714e71d Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Wed, 30 Apr 2014 23:15:54 +0200 Subject: Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a. --- source/blender/python/intern/bpy_interface.c | 1 + source/blender/python/intern/bpy_rna_array.c | 1 + source/blender/python/intern/bpy_traceback.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source/blender/python') diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c index 90cc07dec89..0c7d942d6bb 100644 --- a/source/blender/python/intern/bpy_interface.c +++ b/source/blender/python/intern/bpy_interface.c @@ -43,6 +43,7 @@ #include "BLI_path_util.h" #include "BLI_fileops.h" #include "BLI_listbase.h" +#include "BLI_math_base.h" #include "BLI_string.h" #include "BLI_string_utf8.h" #include "BLI_threads.h" diff --git a/source/blender/python/intern/bpy_rna_array.c b/source/blender/python/intern/bpy_rna_array.c index a7a3c493f4e..f62d42314e2 100644 --- a/source/blender/python/intern/bpy_rna_array.c +++ b/source/blender/python/intern/bpy_rna_array.c @@ -30,6 +30,7 @@ #include "RNA_types.h" +#include "BLI_utildefines.h" #include "bpy_rna.h" #include "BKE_global.h" diff --git a/source/blender/python/intern/bpy_traceback.c b/source/blender/python/intern/bpy_traceback.c index a91742179c9..81d12e9d9a6 100644 --- a/source/blender/python/intern/bpy_traceback.c +++ b/source/blender/python/intern/bpy_traceback.c @@ -31,6 +31,7 @@ #include "BLI_utildefines.h" #include "BLI_path_util.h" +#include "BLI_string.h" #include "bpy_traceback.h" -- cgit v1.2.3