summaryrefslogtreecommitdiff
path: root/src/web_vtt_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/web_vtt_reader.cc
parent43d18fd59efb58004daa68f0161277efc423deef (diff)
Fix some build warnings on macOS.
Diffstat (limited to 'src/web_vtt_reader.cc')
-rw-r--r--src/web_vtt_reader.cc2
1 files changed, 1 insertions, 1 deletions
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>