diff --git a/indra/llcommon/linden_common.h b/indra/llcommon/linden_common.h index b6fdef4ca..b5e9de73d 100644 --- a/indra/llcommon/linden_common.h +++ b/indra/llcommon/linden_common.h @@ -38,7 +38,9 @@ // Files included here are included in every library .cpp file and // are not precompiled. +#ifndef NO_CWDEBUG #include "cwdebug.h" +#endif #if defined(LL_WINDOWS) && defined(_DEBUG) # if _MSC_VER >= 1400 // Visual C++ 2005 or later