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:
Alex Beregszaszi 2019-01-31 13:14:24 +00:00
parent 110b9a6232
commit 021d30f036

View File

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