Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-07-10 16:57:09 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-07-10 16:57:09 +0400
commit165e8b0155ea14b2a3f45b843f1bc4e4e99ad42f (patch)
tree9e2cc52ffbb1e7249108df2799effac155a0426b /source/blender/compositor
parent1360147e9e2d57157ab8e40f1161b97a8ca76ebc (diff)
Fix compilation error when using MSVC
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/intern/COM_MemoryBuffer.h8
1 files 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 <vector>
/**