Fix includes in constexpr string

This commit is contained in:
sha512sum 2024-04-17 23:40:34 +00:00
parent d84161f18f
commit b802725e11

View file

@ -1,5 +1,6 @@
#pragma once #pragma once
#include <fmt/format.h> #include <fmt/format.h>
#include <algorithm>
namespace utempl { namespace utempl {
template <std::size_t> template <std::size_t>