From 40b4471de700b4b13131a91a8dc9e87a8a8c8bc5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 27 Jan 2011 11:17:23 +0000 Subject: fix for gcc 4.6 commit: this is needed for osx too. --- intern/memutil/intern/MEM_CacheLimiterC-Api.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'intern/memutil') diff --git a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp index 04c780cdf8e..e8f11957c74 100644 --- a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp +++ b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp @@ -20,8 +20,7 @@ * */ -/* for types only, not alloc functions */ -#include +#include #include "MEM_CacheLimiter.h" #include "MEM_CacheLimiterC-Api.h" -- cgit v1.2.3