From 761682b6254a3d43e65ff45e07683c61afa6f1e4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Mar 2012 16:54:22 +0300 Subject: Last part of fixes. --- src/debug/debug_new.cpp | 2 ++ src/debug/fast_mutex.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/debug') diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp index 30834feed..bb7e64346 100644 --- a/src/debug/debug_new.cpp +++ b/src/debug/debug_new.cpp @@ -55,6 +55,8 @@ #include "debug/fast_mutex.h" #include "debug/static_assert.h" +#include "localconsts.h" + //define DUMP_MEM_ADDRESSES 1 #if !_FAST_MUTEX_CHECK_INITIALIZATION && !defined(_NOTHREADS) diff --git a/src/debug/fast_mutex.h b/src/debug/fast_mutex.h index 1380c683b..f18c06dbc 100644 --- a/src/debug/fast_mutex.h +++ b/src/debug/fast_mutex.h @@ -42,6 +42,8 @@ #ifndef M_FAST_MUTEX_H #define M_FAST_MUTEX_H +#include "localconsts.h" + # if !defined(_NOTHREADS) # if !defined(_WIN32THREADS) && \ (defined(_WIN32) && defined(_MT)) -- cgit v1.2.3-70-g09d2