diff options
Diffstat (limited to 'indra/newview/llwatchdog.cpp')
-rwxr-xr-x | indra/newview/llwatchdog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwatchdog.cpp b/indra/newview/llwatchdog.cpp index 4f582fc2db..c852f1869b 100755 --- a/indra/newview/llwatchdog.cpp +++ b/indra/newview/llwatchdog.cpp @@ -27,6 +27,7 @@ #include "llviewerprecompiledheaders.h" #include "llwatchdog.h" +#include "llthread.h" const U32 WATCHDOG_SLEEP_TIME_USEC = 1000000; |