diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-26 15:38:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-26 15:38:46 +0100 |
| commit | d4d26c954f4e61b1b1a526c56d88dfd51b6fab48 (patch) | |
| tree | 8d1fca74ff1be621887a8ac39e91d947f84f9d31 /src/lib/cross.h | |
| parent | cee4765caf903bf4b60e0e7539eaa2dae2bfa952 (diff) | |
wip: hacks.new-signals
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <boost/filesystem.hpp> /* windows.h defines this but we want to use it */ #undef ERROR +#include <boost/thread.hpp> #include <boost/thread/mutex.hpp> #include <boost/optional.hpp> @@ -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(); |
