Skip to content
Snippets Groups Projects
Commit 19fe3441 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

thread pool: fix build on MSVC

parent 2a50f85a
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
#include <future>
#include <functional>
#include <ciso646> // fix windows compiler bug
namespace dht {
class OPENDHT_PUBLIC ThreadPool {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment