diff options
author | Rider Linden <rider@lindenlab.com> | 2015-07-07 11:44:15 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-07-07 11:44:15 -0700 |
commit | b34163be5e675de8d19d3f06c7ae99a14d4b5129 (patch) | |
tree | cc6a2509a4a5f844ede8958effd689a9d44c1be1 /indra/llcommon | |
parent | 247eb0c9c3418c10be8f2a0e3c8116758efa702f (diff) | |
parent | d8c02a2838fc426e0e41868aa3b2f43925a14733 (diff) |
Merge
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/tests/lleventcoro_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/tests/lleventcoro_test.cpp b/indra/llcommon/tests/lleventcoro_test.cpp index 2096807e53..2c131de4e0 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" |