diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-14 09:33:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-14 09:33:23 +0100 |
| commit | 2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2 (patch) | |
| tree | f1215070c7a4458f8b474fc7163345c6c1c10744 /src/subtitle.cc | |
| parent | e64f6002a413f7aaffca60387d82c2e91b931ab9 (diff) | |
| parent | 110dc70856bd0f6ae5ec1931f51a4817c5e38f42 (diff) | |
Merge master.
Diffstat (limited to 'src/subtitle.cc')
| -rw-r--r-- | src/subtitle.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle.cc b/src/subtitle.cc index 8c40254a..12714961 100644 --- a/src/subtitle.cc +++ b/src/subtitle.cc @@ -22,6 +22,7 @@ #include "font.h" #include "text.h" #include <libcxml/cxml.h> +#include <boost/lexical_cast.hpp> using std::string; using boost::shared_ptr; |
