Fix compilation error when using MSVC

This commit is contained in:
2012-07-10 12:57:09 +00:00
parent 1360147e9e
commit 165e8b0155

View File

@@ -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>
/**