Fix includes in constexpr string
This commit is contained in:
parent
d84161f18f
commit
b802725e11
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue