summaryrefslogtreecommitdiff
path: root/src/web_vtt_reader.cc
diff options
context:
space:
mode:
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>