diff options
Diffstat (limited to 'linden/indra/llcommon/linden_common.h')
-rw-r--r-- | linden/indra/llcommon/linden_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llcommon/linden_common.h b/linden/indra/llcommon/linden_common.h index 7d3c82d..827ec8f 100644 --- a/linden/indra/llcommon/linden_common.h +++ b/linden/indra/llcommon/linden_common.h | |||
@@ -32,6 +32,12 @@ | |||
32 | #ifndef LL_LINDEN_COMMON_H | 32 | #ifndef LL_LINDEN_COMMON_H |
33 | #define LL_LINDEN_COMMON_H | 33 | #define LL_LINDEN_COMMON_H |
34 | 34 | ||
35 | #if defined(LL_WINDOWS) && defined(_DEBUG) | ||
36 | # define _CRTDBG_MAP_ALLOC | ||
37 | # include <stdlib.h> | ||
38 | # include <crtdbg.h> | ||
39 | #endif | ||
40 | |||
35 | #include "llpreprocessor.h" | 41 | #include "llpreprocessor.h" |
36 | 42 | ||
37 | #include <cstring> | 43 | #include <cstring> |