Fix OBJECT_GUARDED_FREE compiler error when type is in namespace
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "COM_CompositorOperation.h"
|
||||
#include "MEM_guardedalloc.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_image.h"
|
||||
@@ -26,7 +27,6 @@ extern "C" {
|
||||
#include "RE_pipeline.h"
|
||||
#include "RE_shader_ext.h"
|
||||
#include "RE_render_ext.h"
|
||||
#include "MEM_guardedalloc.h"
|
||||
#include "render_types.h"
|
||||
}
|
||||
#include "PIL_time.h"
|
||||
|
||||
Reference in New Issue
Block a user