From c1102db00e88fdfb84c2bae8882236703043228b Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 1 May 2025 15:24:16 -0700 Subject: [PATCH] Debug.hh include mutex Signed-off-by: James Cherry --- include/sta/Debug.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sta/Debug.hh b/include/sta/Debug.hh index 089a0bc9..0f3923ae 100644 --- a/include/sta/Debug.hh +++ b/include/sta/Debug.hh @@ -25,6 +25,7 @@ #pragma once #include +#include #include "Map.hh" #include "StringUtil.hh"