diff options
author | Oz Linden <oz@lindenlab.com> | 2015-10-06 11:31:33 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-10-06 11:31:33 -0400 |
commit | 617e98f1fe3d5f8965680cdd06ab72756c9c5e78 (patch) | |
tree | 57e20ab66d49807317cbb079fe517e9fec7e4376 /indra/llcommon/llmutex.h | |
parent | aafc82668073e26e8c8a951a96bff9b1d1993262 (diff) | |
parent | 2d52b62e67cf46222396c724d00d2de874819197 (diff) |
merge changes for 3.8.4-release
Diffstat (limited to 'indra/llcommon/llmutex.h')
-rw-r--r-- | indra/llcommon/llmutex.h | 4 |
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; |