Skip to content

Commit

Permalink
[Bug] Missing header (after goodbye to fmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck-yeh committed Aug 5, 2024
1 parent 2406fe9 commit c0f975e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bux/EZArgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <list> // std::list<>
#include <optional> // std::optional<>
#include <ranges> // std::ranges::forward_range<>, std::ranges::views::empty<>
#include <string> // std::to_string()
#include <string_view> // std::string_view
#include <variant> // std::variant<>, std::monostate
#include <vector> // std::vector<>
Expand Down

0 comments on commit c0f975e

Please sign in to comment.