Fix build
This commit is contained in:
parent
6716227279
commit
df37b11561
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
#include "thread_pool.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <iterator>
|
||||
|
||||
thread_pool::thread_pool()
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <condition_variable>
|
||||
#include <functional>
|
||||
#include <future>
|
||||
|
|
Loading…
Add table
Reference in a new issue