Browse Source

add missing include

Simeon Manolov 1 year ago
parent
commit
4be7adbf0a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/ServerRunner.cpp

+ 2 - 0
client/ServerRunner.cpp

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