Skip to content

Commit 4ff667b

Browse files
committed
Fix: add missing header stdexcept in benchmark/multithread.hpp
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent ba63d9e commit 4ff667b

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)