Fix OBJECT_GUARDED_FREE compiler error when type is in namespace

This commit is contained in:
2020-01-26 16:38:18 +01:00
parent 9cacadc8a6
commit 1107af1abb
40 changed files with 75 additions and 60 deletions

View File

@@ -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"