summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-07-10 19:37:19 -0400
committerNat Goodspeed <nat@lindenlab.com>2015-07-10 19:37:19 -0400
commit9bde72f784a4836c3d19ef4dbcd49d4414640d8e (patch)
tree7f5baa9b4bc0c6f69454b603d45d8b0518528bed /indra/llcommon/tests
parent391d9a367b61fe8098ffff0d6a6a54f65f0a3a9e (diff)
parent0c915913fd05007bb3fb6cc84be89799b7d85ae5 (diff)
Automated merge with file:///Users/nat/linden/maint-4952-v-t-u
Diffstat (limited to 'indra/llcommon/tests')
-rwxr-xr-xindra/llcommon/tests/lleventcoro_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/tests/lleventcoro_test.cpp b/indra/llcommon/tests/lleventcoro_test.cpp
index ba606b1f9a..b8d9d8002f 100755
--- a/indra/llcommon/tests/lleventcoro_test.cpp
+++ b/indra/llcommon/tests/lleventcoro_test.cpp
@@ -59,6 +59,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
/*****************************************************************************/
+#define BOOST_RESULT_OF_USE_TR1 1
// On some platforms, Boost.Coroutine must #define magic symbols before
// #including platform-API headers. Naturally, that's ineffective unless the
// Boost.Coroutine #include is the *first* #include of the platform header.