diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llerror.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llerror.cpp b/linden/indra/llcommon/llerror.cpp index 30b61a9..edc570f 100644 --- a/linden/indra/llcommon/llerror.cpp +++ b/linden/indra/llcommon/llerror.cpp | |||
@@ -58,7 +58,9 @@ | |||
58 | #include "llsd.h" | 58 | #include "llsd.h" |
59 | #include "llsdserialize.h" | 59 | #include "llsdserialize.h" |
60 | #include "llstl.h" | 60 | #include "llstl.h" |
61 | #include "lltimer.h" | ||
61 | 62 | ||
63 | extern apr_thread_mutex_t* gCallStacksLogMutexp; | ||
62 | 64 | ||
63 | namespace { | 65 | namespace { |
64 | #if !LL_WINDOWS | 66 | #if !LL_WINDOWS |