Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Sep 29, 2018
1 parent 6716227 commit df37b11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/thread_pool.cpp
Expand Up @@ -14,7 +14,6 @@
#include "thread_pool.hpp"

#include <algorithm>
#include <cassert>
#include <iterator>

thread_pool::thread_pool()
Expand Down
1 change: 1 addition & 0 deletions src/thread_pool.hpp
Expand Up @@ -14,6 +14,7 @@
#pragma once

#include <atomic>
#include <cassert>
#include <condition_variable>
#include <functional>
#include <future>
Expand Down

0 comments on commit df37b11

Please sign in to comment.