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
|
||||
#include <fmt/format.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace utempl {
|
||||
template <std::size_t>
|
||||
|
|
Loading…
Reference in a new issue