summaryrefslogtreecommitdiff
path: root/indra/newview/llwatchdog.cpp
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-09-27 12:33:28 -0400
committerGitHub <noreply@github.com>2024-09-27 12:33:28 -0400
commit71e89d6a493e51789008f74f87439611f11c13ab (patch)
tree02d8ba63b723f3a8aeaf516d0b273cda7c71b113 /indra/newview/llwatchdog.cpp
parentd3833b6d618ff05f44c28eab67bc91ee5a3ba92d (diff)
parentcf2f482ceca796e587dfe2fb8df552c09156fb50 (diff)
Merge pull request #2714 from secondlife/nat/xcode-16
Clean up llpointer.h per previous discussions.
Diffstat (limited to 'indra/newview/llwatchdog.cpp')
-rw-r--r--indra/newview/llwatchdog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwatchdog.cpp b/indra/newview/llwatchdog.cpp
index bf171fe954..d9fcd5811d 100644
--- a/indra/newview/llwatchdog.cpp
+++ b/indra/newview/llwatchdog.cpp
@@ -27,6 +27,7 @@
#include "llviewerprecompiledheaders.h"
#include "llwatchdog.h"
+#include "llmutex.h"
#include "llthread.h"
constexpr U32 WATCHDOG_SLEEP_TIME_USEC = 1000000U;