diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-20 11:19:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-20 11:19:21 +0000 |
| commit | 95d1bfda7b310c70da7f8ce467b7d1eb7d02469c (patch) | |
| tree | 9e0af8348a2e6969d8e06d13f885768dcc815d2e /src/subtitle_asset.cc | |
| parent | 5fdaf6d2cf0377d7a326063065c6af5adbf68a92 (diff) | |
Include trimming.
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index ca91e2c7..2a244a27 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -21,6 +21,7 @@ #include <boost/lexical_cast.hpp> #include <boost/algorithm/string.hpp> #include "subtitle_asset.h" +#include "parse/subtitle.h" #include "util.h" #include "xml.h" |
