diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-20 16:16:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-20 16:16:03 +0000 |
| commit | cfd4beb36642439db23603f9b8099294761e4624 (patch) | |
| tree | 3e79ba3ea6089033a97917d1e977f94da551422d /src/lib/subrip.cc | |
| parent | 1f8b45c7fd49714628009f5ed2161fbaa2b4d729 (diff) | |
Fix build.
Diffstat (limited to 'src/lib/subrip.cc')
| -rw-r--r-- | src/lib/subrip.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/subrip.cc b/src/lib/subrip.cc index 3eac98e63..aa4a0b548 100644 --- a/src/lib/subrip.cc +++ b/src/lib/subrip.cc @@ -18,6 +18,7 @@ */ #include <boost/algorithm/string.hpp> +#include <boost/lexical_cast.hpp> #include "subrip.h" #include "subrip_content.h" #include "subrip_subtitle.h" |
