mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use specific boost include in DocStringParser
This is needed for C++17 support (at least on certain Boost and OS combinations)
This commit is contained in:
parent
110b9a6232
commit
021d30f036
@ -20,7 +20,7 @@
|
|||||||
#include <liblangutil/ErrorReporter.h>
|
#include <liblangutil/ErrorReporter.h>
|
||||||
#include <liblangutil/Exceptions.h>
|
#include <liblangutil/Exceptions.h>
|
||||||
|
|
||||||
#include <boost/range/algorithm.hpp>
|
#include <boost/range/algorithm/find_first_of.hpp>
|
||||||
#include <boost/range/irange.hpp>
|
#include <boost/range/irange.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
Reference in New Issue
Block a user