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:
authorGermano Cavalcante <germano.costa@ig.com.br>2020-03-19 20:42:04 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2020-03-19 20:42:04 +0300
commite1b2ded7b2fcce4e2ae295545a57cde3d7c6d950 (patch)
tree9e95723f0103b00f77c076722f2e483b45bd9498 /source/blender/compositor
parent3be7d74cba7feee09a0684bdeac7c6336e72814a (diff)
Fix build WITH_CXX_GUARDEDALLOC
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/intern/COM_ExecutionGroup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/compositor/intern/COM_ExecutionGroup.h b/source/blender/compositor/intern/COM_ExecutionGroup.h
index 1989a6f6205..0299dad2ee8 100644
--- a/source/blender/compositor/intern/COM_ExecutionGroup.h
+++ b/source/blender/compositor/intern/COM_ExecutionGroup.h
@@ -19,6 +19,10 @@
#ifndef __COM_EXECUTIONGROUP_H__
#define __COM_EXECUTIONGROUP_H__
+#ifdef WITH_CXX_GUARDEDALLOC
+# include "MEM_guardedalloc.h"
+#endif
+
#include "BLI_rect.h"
#include "COM_CompositorContext.h"
#include "COM_Device.h"