X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.h;h=86be996485e4706705816eab5d17ce280d3dc833;hp=7c0eb4b6d475af23f134118e21a5aee2abebf206;hb=0cbdfdd6c0ef9a1b72070ee741be76332491392a;hpb=072658c553eff4103bc962eec8b3b83aa05210ea 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);