Fix build

This commit is contained in:
Jyrki Vesterinen 2018-09-29 12:09:16 +03:00
parent 6716227279
commit df37b11561
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,6 @@
#include "thread_pool.hpp"
#include <algorithm>
#include <cassert>
#include <iterator>
thread_pool::thread_pool()

View file

@ -14,6 +14,7 @@
#pragma once
#include <atomic>
#include <cassert>
#include <condition_variable>
#include <functional>
#include <future>