diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 14:26:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 14:26:21 +0000 |
| commit | 641a0b8158f64bf66780041c0e7b32242ee686d3 (patch) | |
| tree | 0222ec25275fa7d8e92bb4eb20288a2953362875 /src | |
| parent | 0882a398a0737568b49d1bcae6d4d24c4c39492d (diff) | |
Missing include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index d99c3801f..e76b7aa67 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -39,6 +39,7 @@ #include <boost/lexical_cast.hpp> #include <boost/thread.hpp> #include <boost/filesystem.hpp> +#include <boost/locale.hpp> #include <glib.h> #include <openjpeg.h> #include <openssl/md5.h> |
