This commit is contained in:
Lirusaito
2013-06-18 01:18:28 -04:00
2 changed files with 4 additions and 1 deletions

View File

@@ -275,7 +275,7 @@ class TeeStream : public std::ostream {
}; };
#if CWDEBUG_LOCATION #if CWDEBUG_LOCATION
class BackTrace { class LL_COMMON_API BackTrace {
private: private:
boost::shared_array<void*> M_buffer; boost::shared_array<void*> M_buffer;
int M_frames; int M_frames;

View File

@@ -26,6 +26,9 @@
#include "llviewerprecompiledheaders.h" #include "llviewerprecompiledheaders.h"
#include "llvoicevivox.h" #include "llvoicevivox.h"
#if LL_LINUX && defined(LL_STANDALONE)
#include <glib.h> // g_find_program_in_path
#endif
#include "llsdutil.h" #include "llsdutil.h"