Skip to content
Snippets Groups Projects
Commit 33007699 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files
parents 0b9a641b 8487a19d
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,14 @@ ...@@ -65,12 +65,14 @@
// Boost.Coroutine #include is the *first* #include of the platform header. // Boost.Coroutine #include is the *first* #include of the platform header.
// That means that client code must generally #include Boost.Coroutine headers // That means that client code must generally #include Boost.Coroutine headers
// before anything else. // before anything else.
#define BOOST_RESULT_OF_USE_TR1 1
#include <boost/dcoroutine/coroutine.hpp> #include <boost/dcoroutine/coroutine.hpp>
// Normally, lleventcoro.h obviates future.hpp. We only include this because // Normally, lleventcoro.h obviates future.hpp. We only include this because
// we implement a "by hand" test of future functionality. // we implement a "by hand" test of future functionality.
#include <boost/dcoroutine/future.hpp> #include <boost/dcoroutine/future.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <boost/range.hpp> #include <boost/range.hpp>
#include <boost/utility.hpp>
#include "linden_common.h" #include "linden_common.h"
......
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