From 4ff667bdd4daecef5e4c371df6112dac8de2ce95 Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Mon, 14 Oct 2024 10:25:34 +0200 Subject: [PATCH] Fix: add missing header stdexcept in benchmark/multithread.hpp Signed-off-by: Lukasz Dorau --- benchmark/multithread.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/multithread.hpp b/benchmark/multithread.hpp index e642d2987..a3ba37541 100644 --- a/benchmark/multithread.hpp +++ b/benchmark/multithread.hpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include