Skip to content

Commit 0cac080

Browse files
Merge pull request #798 from ldorau/Fix_add_missing_header_stdexcept_in_benchmark_multithread.hpp
Fix: add missing header stdexcept in benchmark/multithread.hpp
2 parents ba63d9e + 4ff667b commit 0cac080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/multithread.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <functional>
1818
#include <mutex>
1919
#include <numeric>
20+
#include <stdexcept>
2021
#include <thread>
2122
#include <vector>
2223

0 commit comments

Comments
 (0)