1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

add missing include

This commit is contained in:
Simeon Manolov
2024-07-12 15:26:31 +03:00
parent 5b6bc10131
commit 4be7adbf0a

View File

@@ -20,6 +20,8 @@
#include <boost/process/io.hpp>
#endif
#include <future>
ServerThreadRunner::ServerThreadRunner() = default;
ServerThreadRunner::~ServerThreadRunner() = default;