fix boost version sensing

This commit is contained in:
bert hubert 2018-12-28 22:02:29 +01:00
parent 063e658aa9
commit f35ffb8bd8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <mutex>
#if __cplusplus < 201703L
#include <boost/version.hpp>
#if BOOST_VERSION > 105400
#include <boost/utility/string_view.hpp>
using boost::string_view;