Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user