From c0f975eb3455c505df1384583b1000d3b8d3f409 Mon Sep 17 00:00:00 2001 From: buck-yeh Date: Mon, 5 Aug 2024 08:53:01 +0800 Subject: [PATCH] [Bug] Missing header (after goodbye to `fmt`) --- include/bux/EZArgs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bux/EZArgs.h b/include/bux/EZArgs.h index 6728694..cdda5e4 100644 --- a/include/bux/EZArgs.h +++ b/include/bux/EZArgs.h @@ -9,6 +9,7 @@ #include // std::list<> #include // std::optional<> #include // std::ranges::forward_range<>, std::ranges::views::empty<> +#include // std::to_string() #include // std::string_view #include // std::variant<>, std::monostate #include // std::vector<>