summaryrefslogtreecommitdiff
path: root/indra/llmessage/llstoredmessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llstoredmessage.cpp')
-rw-r--r--indra/llmessage/llstoredmessage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llstoredmessage.cpp b/indra/llmessage/llstoredmessage.cpp
index 39696ea235..ff8afde657 100644
--- a/indra/llmessage/llstoredmessage.cpp
+++ b/indra/llmessage/llstoredmessage.cpp
@@ -24,6 +24,8 @@
* $/LicenseInfo$
*/
+#include "linden_common.h"
+
#include "llstoredmessage.h"
LLStoredMessage::LLStoredMessage(const std::string& name, const LLSD& message) : mMessage(message), mName(name)