Skip to content
Snippets Groups Projects
Commit d8c02a28 authored by Rider Linden's avatar Rider Linden
Browse files

Apply reverse patch

parents 4c1d47d4 8487a19d
No related branches found
No related tags found
No related merge requests found
...@@ -64,12 +64,14 @@ ...@@ -64,12 +64,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