Merge remote-tracking branch 'aleric/master'

This commit is contained in:
Latif Khalifa
2013-06-18 03:34:07 +02:00
2 changed files with 4 additions and 1 deletions

View File

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

View File

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