Add optional include for utils
This commit is contained in:
parent
f64ae60685
commit
38f3d889f8
1 changed files with 3 additions and 0 deletions
|
@ -2,7 +2,10 @@
|
||||||
#include <utempl/tuple.hpp>
|
#include <utempl/tuple.hpp>
|
||||||
#include <utempl/overloaded.hpp>
|
#include <utempl/overloaded.hpp>
|
||||||
#include <utempl/constexpr_string.hpp>
|
#include <utempl/constexpr_string.hpp>
|
||||||
|
#include <optional>
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
|
|
||||||
|
|
||||||
namespace utempl {
|
namespace utempl {
|
||||||
|
|
||||||
template <auto Value>
|
template <auto Value>
|
||||||
|
|
Loading…
Reference in a new issue