Backwards compatible workaround for boost 1.72

This commit is contained in:
Howard Hinnant
2019-12-11 13:34:23 -08:00
committed by Nik Bougalis
parent 607328e1a0
commit a65c91a676

View File

@@ -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 {