diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-27 10:53:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-27 10:53:49 +0000 |
| commit | 52c7a765b76efbba439411a78ca31b72ef17fe6e (patch) | |
| tree | a56fa46dfa3ea91bf248b0e456e9a3a940e7c2c4 /src/lib/util.cc | |
| parent | 012351428ea81caa78baa28167c0f4a734bed689 (diff) | |
We only need boost locale on Windows.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index e70440271..9dffffa98 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -39,7 +39,9 @@ #include <boost/lexical_cast.hpp> #include <boost/thread.hpp> #include <boost/filesystem.hpp> +#ifdef DCPOMATIC_WINDOWS #include <boost/locale.hpp> +#endif #include <glib.h> #include <openjpeg.h> #include <openssl/md5.h> |
