summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-08-07 16:34:14 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-08-07 16:34:14 -0400
commitcdc4f5dbd69526906724dc298594906826f6b8b0 (patch)
treea1ac5b0b19ebcc9faccefb5b8059b53e128a86d0 /indra/newview/llappviewer.cpp
parent3102dc0db472acac7c4007e7423e405a889d665a (diff)
Move #include "coro_scheduler.h" from llstartup to llappviewer.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 3d53200eda..c259275d8f 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -29,6 +29,7 @@
#include "llappviewer.h"
// Viewer includes
+#include "coro_scheduler.h"
#include "llversioninfo.h"
#include "llfeaturemanager.h"
#include "lluictrlfactory.h"