From 0cbdfdd6c0ef9a1b72070ee741be76332491392a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 30 Jan 2019 00:42:03 +0000 Subject: Fix non-translated days of the week (#1455). --- src/lib/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 7c0eb4b6d..86be99648 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -101,6 +102,7 @@ extern Eyes increment_eyes (Eyes e); extern void checked_fread (void* ptr, size_t size, FILE* stream, boost::filesystem::path path); extern void checked_fwrite (void const * ptr, size_t size, FILE* stream, boost::filesystem::path path); extern size_t utf8_strlen (std::string s); +extern std::string day_of_week_to_string (boost::gregorian::greg_weekday d); #ifdef DCPOMATIC_VARIANT_SWAROOP extern boost::shared_ptr read_swaroop_chain (boost::filesystem::path path); extern void write_swaroop_chain (boost::shared_ptr chain, boost::filesystem::path output); -- cgit v1.2.3