From a70109f1837ceeb5bc72dd1e145d9ee29ba84ab6 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Fri, 19 Jul 2024 10:24:03 -0400 Subject: [PATCH] add missing `#include ` to `shell_pair.hpp` gcc 13.2 fails to build otherwise --- include/gauxc/shell_pair.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/gauxc/shell_pair.hpp b/include/gauxc/shell_pair.hpp index ac13b0fa..55cb4465 100644 --- a/include/gauxc/shell_pair.hpp +++ b/include/gauxc/shell_pair.hpp @@ -10,6 +10,8 @@ #include #include +#include + namespace GauXC { namespace detail { struct cartesian_point {