Fixed windows compilation.

This commit is contained in:
2024-11-14 10:04:10 +01:00
parent 5f0e6e9726
commit 81f4c33508
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include <span>
#include <string_view>
#include <tuple>
#include <type_traits>
#include <variant>
#include "../container/optional.hpp"
#include "../internal/common.hpp"