diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2013-01-04 03:02:54 +0000 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2013-01-04 03:02:54 +0000 |
commit | 019836a39667889d4347277cde82270113992bb6 (patch) | |
tree | 50345c6fb016dc2d0910ac7a39a5317da511ef59 /indra/newview | |
parent | 6e82bb7789c1e046dcfb97c6773150df110153f8 (diff) |
More fixes for linux build of lltrace changes
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llworldmapmessage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llworldmapmessage.h b/indra/newview/llworldmapmessage.h index 12b6ef4792..ac1ea1607c 100644 --- a/indra/newview/llworldmapmessage.h +++ b/indra/newview/llworldmapmessage.h @@ -27,6 +27,8 @@ #ifndef LL_LLWORLDMAPMESSAGE_H #define LL_LLWORLDMAPMESSAGE_H +#include "boost/function.hpp" + // Handling of messages (send and process) as well as SLURL callback if necessary class LLMessageSystem; |