summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-07-07 19:37:01 +0100
committerRider Linden <rider@lindenlab.com>2015-07-07 19:37:01 +0100
commitd8c02a2838fc426e0e41868aa3b2f43925a14733 (patch)
tree202aad996c433f4080c1cc027826926bfedbbf53
parent4c1d47d4ae231c1141c6ecf707c033563c99382a (diff)
parent8487a19df1df6e9c279358a8694a729511f6dd85 (diff)
Apply reverse patch
-rwxr-xr-xindra/llcommon/tests/lleventcoro_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/tests/lleventcoro_test.cpp b/indra/llcommon/tests/lleventcoro_test.cpp
index da927038ab..daf1b33422 100755
--- a/indra/llcommon/tests/lleventcoro_test.cpp
+++ b/indra/llcommon/tests/lleventcoro_test.cpp
@@ -64,12 +64,14 @@
// Boost.Coroutine #include is the *first* #include of the platform header.
// That means that client code must generally #include Boost.Coroutine headers
// before anything else.
+#define BOOST_RESULT_OF_USE_TR1 1
#include <boost/dcoroutine/coroutine.hpp>
// Normally, lleventcoro.h obviates future.hpp. We only include this because
// we implement a "by hand" test of future functionality.
#include <boost/dcoroutine/future.hpp>
#include <boost/bind.hpp>
#include <boost/range.hpp>
+#include <boost/utility.hpp>
#include "linden_common.h"