Add include ranges to utils.hpp for fix clangd crash
This commit is contained in:
parent
d790df6403
commit
59d590745c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <utempl/tuple.hpp>
|
||||
#include <utempl/overloaded.hpp>
|
||||
#include <utempl/constexpr_string.hpp>
|
||||
#include <ranges>
|
||||
#include <optional>
|
||||
#include <fmt/format.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue