Skip to content

Commit

Permalink
Merge pull request #798 from ldorau/Fix_add_missing_header_stdexcept_…
Browse files Browse the repository at this point in the history
…in_benchmark_multithread.hpp

Fix: add missing header stdexcept in benchmark/multithread.hpp
  • Loading branch information
lukaszstolarczuk authored Oct 14, 2024
2 parents ba63d9e + 4ff667b commit 0cac080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/multithread.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <functional>
#include <mutex>
#include <numeric>
#include <stdexcept>
#include <thread>
#include <vector>

Expand Down

0 comments on commit 0cac080

Please sign in to comment.