From dda63375b2fa581197e909c45116ac17b5f8782c Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Sun, 2 Feb 2014 14:37:41 +0100 Subject: Fix: Compile error due to missing #define for MSVC9 (VisualC++ 2008) Added some relevant #defines copied from extern\libmv\third_party\msinttypes to BLI_sys_types.h so they can be used in blenlib. Made smallhash.c use the BLI_sys_types.h include rather than including directly --- source/blender/blenlib/intern/smallhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/smallhash.c') diff --git a/source/blender/blenlib/intern/smallhash.c b/source/blender/blenlib/intern/smallhash.c index 87ac1c4a620..9177b2fae36 100644 --- a/source/blender/blenlib/intern/smallhash.c +++ b/source/blender/blenlib/intern/smallhash.c @@ -50,7 +50,7 @@ #include #include -#include +#include #include "MEM_guardedalloc.h" -- cgit v1.2.3