1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

add missing include

This commit is contained in:
Simeon Manolov 2024-07-12 15:26:31 +03:00
parent 5b6bc10131
commit 4be7adbf0a
No known key found for this signature in database
GPG Key ID: 0AAC6D4A304B5635

View File

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