diff --git a/indra/cwdebug/debug.h b/indra/cwdebug/debug.h index e14fb18b9..4167813ea 100644 --- a/indra/cwdebug/debug.h +++ b/indra/cwdebug/debug.h @@ -275,7 +275,7 @@ class TeeStream : public std::ostream { }; #if CWDEBUG_LOCATION -class BackTrace { +class LL_COMMON_API BackTrace { private: boost::shared_array M_buffer; int M_frames;