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:
@@ -20,7 +20,7 @@
|
||||
#include <liblangutil/ErrorReporter.h>
|
||||
#include <liblangutil/Exceptions.h>
|
||||
|
||||
#include <boost/range/algorithm.hpp>
|
||||
#include <boost/range/algorithm/find_first_of.hpp>
|
||||
#include <boost/range/irange.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user