summaryrefslogtreecommitdiff
path: root/src/subrip_reader.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-23 18:58:16 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-23 18:58:16 +0200
commit52a482ef5d0ed791d7e9a0a30c143a8e3012023a (patch)
tree7c5cfbdecab883ba0e5f9640fc26d267f9576dae /src/subrip_reader.cc
parent43d18fd59efb58004daa68f0161277efc423deef (diff)
Fix some build warnings on macOS.
Diffstat (limited to 'src/subrip_reader.cc')
-rw-r--r--src/subrip_reader.cc2
1 files changed, 1 insertions, 1 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>