diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-25 15:48:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-25 20:35:57 +0200 |
| commit | 2b6575bc67f349c396e283097ab0001382427fe0 (patch) | |
| tree | afc56fc68ed3b0b7eb1c536e9a1b809a85896098 /src/lib/dcpomatic_socket.h | |
| parent | b871ac795c0ce71b4715d1b10ec454cc4293695c (diff) | |
Fix build on Arch with boost 1.89.v2.18.28
Diffstat (limited to 'src/lib/dcpomatic_socket.h')
| -rw-r--r-- | src/lib/dcpomatic_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_socket.h b/src/lib/dcpomatic_socket.h index 1bc3aead9..7accf737a 100644 --- a/src/lib/dcpomatic_socket.h +++ b/src/lib/dcpomatic_socket.h @@ -22,6 +22,7 @@ #include "digester.h" #include "io_context.h" #include <boost/asio.hpp> +#include <boost/asio/deadline_timer.hpp> #include <boost/scoped_ptr.hpp> |
