From 165e8b0155ea14b2a3f45b843f1bc4e4e99ad42f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 10 Jul 2012 12:57:09 +0000 Subject: [PATCH] Fix compilation error when using MSVC --- source/blender/compositor/intern/COM_MemoryBuffer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/blender/compositor/intern/COM_MemoryBuffer.h b/source/blender/compositor/intern/COM_MemoryBuffer.h index 3d3a40d8fba..51a45efc051 100644 --- a/source/blender/compositor/intern/COM_MemoryBuffer.h +++ b/source/blender/compositor/intern/COM_MemoryBuffer.h @@ -28,11 +28,11 @@ class MemoryBuffer; #include "COM_ExecutionGroup.h" #include "BLI_rect.h" #include "COM_MemoryProxy.h" -#include "BLI_math.h" -//extern "C" { -// #include "BLI_threads.h" -//} +extern "C" { + //#include "BLI_threads.h" + #include "BLI_math.h" +} //#include /**