summaryrefslogtreecommitdiff
path: root/indra/llcommon/workqueue.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-01-16 16:46:34 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-01-16 17:09:02 +0200
commit746788e78901835aeb3ba983840092ce97b257da (patch)
treeb36b030191260023918aac7145b74cd65aee18c2 /indra/llcommon/workqueue.cpp
parent382f9f0786b5225ac6d9648241e6c04f4f94f262 (diff)
Revert "replaces parts of boost to C++ standard."
Diffstat (limited to 'indra/llcommon/workqueue.cpp')
-rw-r--r--indra/llcommon/workqueue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/workqueue.cpp b/indra/llcommon/workqueue.cpp
index 9c434bf2a9..cf80ce0656 100644
--- a/indra/llcommon/workqueue.cpp
+++ b/indra/llcommon/workqueue.cpp
@@ -18,6 +18,7 @@
// external library headers
// other Linden headers
#include "llcoros.h"
+#include LLCOROS_MUTEX_HEADER
#include "llerror.h"
#include "llexception.h"
#include "stringize.h"