summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-15 13:59:08 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-15 13:59:08 +0100
commit42bd2a0ed674d167c27dd4cf214ea91b48315bcf (patch)
tree01524b1ce784fb78424e32dfb7db110d6a4f9686 /src/locale_convert.h
parent9b9be06af7a51cac6f957db16ec2695c79ffb8fd (diff)
Hack.osx
Diffstat (limited to 'src/locale_convert.h')
-rw-r--r--src/locale_convert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h
index 25f5cfa4..3d55a00e 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -34,6 +34,7 @@
#ifndef LIBDCP_LOCALE_CONVERT_H
#define LIBDCP_LOCALE_CONVERT_H
+#include <boost/filesystem.hpp>
#include <boost/static_assert.hpp>
#include <string>
#include <cstdio>
@@ -95,6 +96,10 @@ std::string
locale_convert (char const * x, int, bool);
template <>
+std::string
+locale_convert (boost::filesystem::path x, int, bool);
+
+template <>
int
locale_convert (std::string x, int, bool);