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:
authorCampbell Barton <ideasman42@gmail.com>2013-08-04 21:58:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-04 21:58:17 +0400
commit35db9c5e70340a6325b33403538b18d78e4d6867 (patch)
treee3319a7057d63a96e737163bc32f4980502e0876 /intern/dualcon/dualcon.h
parentd2dbc0b85eccd5989286c063b94f78f18992d3df (diff)
Support WITH_CXX_GUARDEDALLOC for dualcon library
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