From ce42937e3fab55db15c15274f018c9ca9928bb99 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Mon, 1 Jul 2019 20:29:08 -0400 Subject: [PATCH] Goats are as delicate as the UDP pipeline --- indra/llmessage/llmessagetemplate.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/indra/llmessage/llmessagetemplate.h b/indra/llmessage/llmessagetemplate.h index d0d8aeebb..29b2be3b7 100644 --- a/indra/llmessage/llmessagetemplate.h +++ b/indra/llmessage/llmessagetemplate.h @@ -32,6 +32,8 @@ #include "llstl.h" #include "llindexedvector.h" +#include + extern U32 sMsgDataAllocSize; extern U32 sMsgdataAllocCount; class LLMsgVarData @@ -131,7 +133,7 @@ public: void addDataFast(char *blockname, char *varname, const void *data, S32 size, EMsgVariableType type, S32 data_size = -1); public: - typedef boost::unordered_map msg_blk_data_map_t; + typedef std::unordered_map msg_blk_data_map_t; msg_blk_data_map_t mMemberBlocks; char *mName; S32 mTotalSize;