diff options
Diffstat (limited to 'src/MemoryLeak.h')
-rw-r--r-- | src/MemoryLeak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MemoryLeak.h b/src/MemoryLeak.h index e9c0c34e3..441429c23 100644 --- a/src/MemoryLeak.h +++ b/src/MemoryLeak.h @@ -6,7 +6,7 @@ #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.h> - + // This works only in MSVC 2010+: #if _MSC_VER >= 1600 // Map the new operator |