Change include of boost/bind.hpp -> boost/bind/bind.hpp. Thanks to Andrey for the suggested patch

This commit is contained in:
Marshall Clow
2020-04-28 12:41:10 -07:00
parent ce81930319
commit 6d86fb3aaa
2 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,6 @@
#include <functional>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/bind.hpp>
using namespace std;
using namespace boost;