From d3668525151f91c8da341f1780d5e623e2cf6c2b Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Fri, 27 Oct 2023 21:02:45 -0400 Subject: [PATCH] add missing #include in bug.h (macos x86, https://github.com/ValeevGroup/tiledarray/actions/runs/6672140866/job/18135493569?pr=429#step:7:244) --- ttg/ttg/util/bug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ttg/ttg/util/bug.h b/ttg/ttg/util/bug.h index 27212a809..f4e983bd2 100644 --- a/ttg/ttg/util/bug.h +++ b/ttg/ttg/util/bug.h @@ -30,6 +30,7 @@ #include #include +#include #include #include #include