diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-08-14 16:13:24 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:07 -0500 |
| commit | f67dc91aa1f00eb2005d8e576c24739df91802ce (patch) | |
| tree | 370bcda230dd1ea2be7bdeeff87af580b20a3bc8 /src/pch.h | |
| parent | 5fc6b0cd142b18ea574381580752ef6647102c9f (diff) | |
fixed boost bind warnings
Diffstat (limited to 'src/pch.h')
| -rw-r--r-- | src/pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ #include <boost/algorithm/string.hpp> #include <boost/algorithm/string/predicate.hpp> #include <boost/assign.hpp> -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> #include <boost/function.hpp> #include <boost/fusion/algorithm/iteration/for_each.hpp> #include <boost/fusion/container.hpp> |
