summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmutex.h
diff options
context:
space:
mode:
authorpavelkproductengine <none@none>2015-10-09 18:14:37 +0300
committerpavelkproductengine <none@none>2015-10-09 18:14:37 +0300
commitaf9971e43a37c47b7175bce0d350c73a282ff818 (patch)
treea70f1e78c27187daeaab364faece5d0d3f28d6ba /indra/llcommon/llmutex.h
parent17ff449ae6b2759f212daa4fd3de0a7ea2664866 (diff)
parent358b29060fc3caf8de212985b17686b4460cc6d9 (diff)
Merge Xcode 7 Update
Diffstat (limited to 'indra/llcommon/llmutex.h')
-rw-r--r--indra/llcommon/llmutex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llmutex.h b/indra/llcommon/llmutex.h
index 3659a319a2..ea535cee86 100644
--- a/indra/llcommon/llmutex.h
+++ b/indra/llcommon/llmutex.h
@@ -33,6 +33,10 @@
#define MUTEX_DEBUG (LL_DEBUG || LL_RELEASE_WITH_DEBUG_INFO)
+#if MUTEX_DEBUG
+#include <map>
+#endif
+
struct apr_thread_mutex_t;
struct apr_pool_t;
struct apr_thread_cond_t;