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
|
||||
class BackTrace {
|
||||
class LL_COMMON_API BackTrace {
|
||||
private:
|
||||
boost::shared_array<void*> M_buffer;
|
||||
int M_frames;
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user