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:
Diffstat (limited to 'intern/dualcon/dualcon.h')
-rw-r--r--intern/dualcon/dualcon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/dualcon/dualcon.h b/intern/dualcon/dualcon.h
index 1c3d31b6625..c1452a72970 100644
--- a/intern/dualcon/dualcon.h
+++ b/intern/dualcon/dualcon.h
@@ -23,6 +23,10 @@
#ifndef __DUALCON_H__
#define __DUALCON_H__
+#ifdef WITH_CXX_GUARDEDALLOC
+# include "MEM_guardedalloc.h"
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif