summaryrefslogtreecommitdiff
path: root/indra/llmessage
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/llmessage
parent382f9f0786b5225ac6d9648241e6c04f4f94f262 (diff)
Revert "replaces parts of boost to C++ standard."
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h
index 4aab0a6537..e25a9ea7ef 100644
--- a/indra/llmessage/message.h
+++ b/indra/llmessage/message.h
@@ -58,6 +58,7 @@
#include "boost/function.hpp"
#include "llpounceable.h"
#include "llcoros.h"
+#include LLCOROS_MUTEX_HEADER
const U32 MESSAGE_MAX_STRINGS_LENGTH = 64;
const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192;