diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-05-04 14:36:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-05-04 19:41:10 +0200 |
| commit | 145ea71fe47271d51f3a24f8db29db8d07846bef (patch) | |
| tree | 69ea89832ccc429fc58f48735ec7c8d85a790b1d | |
| parent | e2a633677a9ea18d4332b9ee7b25a841fe987758 (diff) | |
Fix windows include.
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 3bf907715..c16a306b4 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -50,7 +50,7 @@ LIBDCP_DISABLE_WARNINGS #include <boost/process.hpp> LIBDCP_ENABLE_WARNINGS #ifdef DCPOMATIC_WINDOWS -#include <boost/process/windows.hpp> +#include <boost/process/windows/show_window.hpp> #endif #ifdef DCPOMATIC_OSX #include <notify.h> |
