Skip to content

Commit

Permalink
Add <algorithm> include
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpdemarco committed Dec 7, 2023
1 parent e05f158 commit c8e92d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/exec/static_thread_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "./sequence_senders.hpp"
#include "./sequence/iterate.hpp"

#include <algorithm>
#include <atomic>
#include <condition_variable>
#include <exception>
Expand Down

0 comments on commit c8e92d6

Please sign in to comment.