From d4d26c954f4e61b1b1a526c56d88dfd51b6fab48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Oct 2025 15:38:46 +0100 Subject: wip: hacks. --- src/lib/cross.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/cross.h') diff --git a/src/lib/cross.h b/src/lib/cross.h index 8b1ffccca..34061e3c8 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -32,6 +32,7 @@ #include /* windows.h defines this but we want to use it */ #undef ERROR +#include #include #include @@ -60,6 +61,7 @@ extern boost::filesystem::path libdcp_resources_path(); extern void start_batch_converter(); extern void start_player(); extern uint64_t thread_id(); +extern std::string thread_name(); extern int avio_open_boost(AVIOContext** s, boost::filesystem::path file, int flags); extern boost::filesystem::path home_directory(); extern bool running_32_on_64(); -- cgit v1.2.3