diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:10:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:14:09 +0100 |
| commit | b81241ce69a689629307832f802ac4faa6ed885f (patch) | |
| tree | 307eb7b6bb562553e6e92e8939d5c89f7111e66a /src/lib/content.cc | |
| parent | 94056bf7f8fdef32da3cd78eff68d58560b4e6be (diff) | |
Move locale_convert into libdcp.
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index 536036ff7..9083635f2 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -27,9 +27,9 @@ #include "content_factory.h" #include "exceptions.h" #include "film.h" -#include "locale_convert.h" #include "job.h" #include "compose.hpp" +#include <dcp/locale_convert.h> #include <dcp/raw_convert.h> #include <libcxml/cxml.h> #include <libxml++/libxml++.h> @@ -46,6 +46,7 @@ using std::max; using std::pair; using boost::shared_ptr; using dcp::raw_convert; +using dcp::locale_convert; int const ContentProperty::PATH = 400; int const ContentProperty::POSITION = 401; |
