From b802725e1191f750a9842d169cb779fe28d0d393 Mon Sep 17 00:00:00 2001 From: sha512sum Date: Wed, 17 Apr 2024 23:40:34 +0000 Subject: [PATCH] Fix includes in constexpr string --- include/utempl/constexpr_string.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/utempl/constexpr_string.hpp b/include/utempl/constexpr_string.hpp index cfb88d0..0d0d939 100644 --- a/include/utempl/constexpr_string.hpp +++ b/include/utempl/constexpr_string.hpp @@ -1,5 +1,6 @@ #pragma once #include +#include namespace utempl { template