diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-22 23:36:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-22 23:36:32 +0000 |
| commit | bc5df5cc9c2b11524938281f1b2043b185373020 (patch) | |
| tree | 3a56dc58b1da2483182645da3a392eb186b6c1b3 /src/lib | |
| parent | 62365221dd3cd80d6b771e9bf22b4f9365ee096a (diff) | |
Some i18n stuff.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 600cdfa02..addaa0852 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -52,6 +52,8 @@ #include "audio_decoder.h" #include "external_audio_decoder.h" +#include "i18n.h" + using std::string; using std::stringstream; using std::multimap; |
