diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/linden_common.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linden/indra/llcommon/linden_common.h b/linden/indra/llcommon/linden_common.h index 827ec8f..fc34a92 100644 --- a/linden/indra/llcommon/linden_common.h +++ b/linden/indra/llcommon/linden_common.h | |||
@@ -33,9 +33,11 @@ | |||
33 | #define LL_LINDEN_COMMON_H | 33 | #define LL_LINDEN_COMMON_H |
34 | 34 | ||
35 | #if defined(LL_WINDOWS) && defined(_DEBUG) | 35 | #if defined(LL_WINDOWS) && defined(_DEBUG) |
36 | # define _CRTDBG_MAP_ALLOC | 36 | # if _MSC_VER >= 1400 // Visual C++ 2005 or later |
37 | # include <stdlib.h> | 37 | # define _CRTDBG_MAP_ALLOC |
38 | # include <crtdbg.h> | 38 | # include <stdlib.h> |
39 | # include <crtdbg.h> | ||
40 | # endif | ||
39 | #endif | 41 | #endif |
40 | 42 | ||
41 | #include "llpreprocessor.h" | 43 | #include "llpreprocessor.h" |