projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Stop changing the includes!
[blender.git]
/
intern
/
memutil
/
MEM_Allocator.h
diff --git
a/intern/memutil/MEM_Allocator.h
b/intern/memutil/MEM_Allocator.h
index d5ae94cc6b868727e062f38c392080ca5b3e6453..b2c3c5e82e25544a0f71cd96e1b3dcbe68650b8f 100644
(file)
--- a/
intern/memutil/MEM_Allocator.h
+++ b/
intern/memutil/MEM_Allocator.h
@@
-25,6
+25,7
@@
#define __MEM_Allocator_h_included__ 1
#include "guardedalloc/MEM_guardedalloc.h"
+#include "guardedalloc/BLO_sys_types.h"
#ifdef _MSC_VER
#if _MSC_VER < 1300 // 1200 == VC++ 6.0 according to boost