diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/subrip_reader.cc | 2 | ||||
| -rw-r--r-- | src/web_vtt_reader.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/subrip_reader.cc b/src/subrip_reader.cc index 3f68025..2d3bda2 100644 --- a/src/subrip_reader.cc +++ b/src/subrip_reader.cc @@ -31,7 +31,7 @@ #include "util.h" #include <boost/algorithm/string.hpp> #include <boost/algorithm/string_regex.hpp> -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> #include <boost/lexical_cast.hpp> #include <boost/regex.hpp> #include <cstdio> diff --git a/src/web_vtt_reader.cc b/src/web_vtt_reader.cc index 4618466..2105743 100644 --- a/src/web_vtt_reader.cc +++ b/src/web_vtt_reader.cc @@ -24,7 +24,7 @@ #include "web_vtt_reader.h" #include <boost/algorithm/string.hpp> #include <boost/algorithm/string_regex.hpp> -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> #include <boost/regex.hpp> #include <iostream> #include <vector> |
