Skip to content
Snippets Groups Projects
Commit a14b4480 authored by rider's avatar rider
Browse files

Boost coroutines conflicting with script compile in message.h. Only include boost/function

parent efbbbca9
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,7 @@ ...@@ -60,8 +60,7 @@
#include "llmessagesenderinterface.h" #include "llmessagesenderinterface.h"
#include "llstoredmessage.h" #include "llstoredmessage.h"
#include "llcoros.h" #include "boost/function.hpp"
#include "lleventcoro.h"
const U32 MESSAGE_MAX_STRINGS_LENGTH = 64; const U32 MESSAGE_MAX_STRINGS_LENGTH = 64;
const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192; const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment