diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-17 01:25:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-22 13:29:58 +0100 |
| commit | 9dd72fc481349f0b5ce985164441eecfa6485c19 (patch) | |
| tree | d8136ef6d6b660a5a411722a128d0e309333ff3d /test/socket_test.cc | |
| parent | 169c47ede14b6e86e054871a56ffa048357b4463 (diff) | |
Add abstraction of io_{context,service} and use it as appropriate.
Diffstat (limited to 'test/socket_test.cc')
| -rw-r--r-- | test/socket_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/socket_test.cc b/test/socket_test.cc index 70df1266b..b85f7b0cb 100644 --- a/test/socket_test.cc +++ b/test/socket_test.cc @@ -20,6 +20,7 @@ #include "lib/dcpomatic_socket.h" +#include "lib/io_context.h" #include "lib/server.h" #include <fmt/format.h> #include <boost/test/unit_test.hpp> |
