From a14b44801ccffcea73fc060e5c6d9eda95c571d5 Mon Sep 17 00:00:00 2001
From: rider <rider@lindenlab.com>
Date: Mon, 17 Aug 2015 12:16:27 -0700
Subject: [PATCH] Boost coroutines conflicting with script compile in
 message.h.  Only include boost/function

---
 indra/llmessage/message.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h
index c1ab67b5a17..fc391da6337 100755
--- a/indra/llmessage/message.h
+++ b/indra/llmessage/message.h
@@ -60,8 +60,7 @@
 #include "llmessagesenderinterface.h"
 
 #include "llstoredmessage.h"
-#include "llcoros.h"
-#include "lleventcoro.h"
+#include "boost/function.hpp"
 
 const U32 MESSAGE_MAX_STRINGS_LENGTH = 64;
 const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192;
-- 
GitLab