Use extern "C" when including BKE_node.h in C++ compositor code, to avoid linker errors on windows (undefined NODE_INSTANCE_KEY_BASE).
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
|
||||
#include "PIL_time.h"
|
||||
#include "BLI_utildefines.h"
|
||||
extern "C" {
|
||||
#include "BKE_node.h"
|
||||
}
|
||||
|
||||
#include "COM_Converter.h"
|
||||
#include "COM_NodeOperation.h"
|
||||
|
||||
Reference in New Issue
Block a user