From dee81bc62d50d63c7c0bf77ca7690d1f4a6df5ab Mon Sep 17 00:00:00 2001 From: xkevio Date: Tue, 6 Jun 2023 02:11:07 +0200 Subject: [PATCH] Add `` header for `std::integral_constant` --- include/helpers.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/helpers.hpp b/include/helpers.hpp index 7cd64344..ee1a1dac 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include "termcolor.hpp"