diff options
| author | rider <rider@lindenlab.com> | 2015-08-17 12:16:27 -0700 | 
|---|---|---|
| committer | rider <rider@lindenlab.com> | 2015-08-17 12:16:27 -0700 | 
| commit | a14b44801ccffcea73fc060e5c6d9eda95c571d5 (patch) | |
| tree | 2a20dee9cd1813de4d166bd1f69eb00fff45b602 /indra/llmessage | |
| parent | efbbbca9b02a048513f9af5a3e9adc644db6c513 (diff) | |
Boost coroutines conflicting with script compile in message.h.  Only include boost/function
Diffstat (limited to 'indra/llmessage')
| -rwxr-xr-x | indra/llmessage/message.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h index c1ab67b5a1..fc391da633 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; | 
