mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
Backwards compatible workaround for boost 1.72
This commit is contained in:
committed by
Nik Bougalis
parent
607328e1a0
commit
a65c91a676
@@ -26,6 +26,8 @@
|
||||
#include <ripple/core/Stoppable.h>
|
||||
#include <ripple/core/impl/Workers.h>
|
||||
#include <ripple/json/json_value.h>
|
||||
#include <boost/range/begin.hpp> // workaround for boost 1.72 bug
|
||||
#include <boost/range/end.hpp> // workaround for boost 1.72 bug
|
||||
#include <boost/coroutine/all.hpp>
|
||||
|
||||
namespace ripple {
|
||||
|
||||
Reference in New Issue
Block a user