From 3f249ff1cd80e6620da1e59b15478bebf7e7b971 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 24 Feb 2023 11:01:19 -0800 Subject: [PATCH] Include stdexcept when using logic_error Signed-off-by: Adam Williamson --- src/cpp-utils/thread/LeftRight.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpp-utils/thread/LeftRight.h b/src/cpp-utils/thread/LeftRight.h index 65ddba75..7b10458a 100644 --- a/src/cpp-utils/thread/LeftRight.h +++ b/src/cpp-utils/thread/LeftRight.h @@ -4,6 +4,7 @@ #include #include #include +#include namespace cpputils {