Skip to content

Commit

Permalink
Fix include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed Nov 15, 2024
1 parent 7e93e12 commit 86a4ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/2s2h/BenGui/UIWidgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <string>
#include <unordered_map>
#include <libultraship/libultra/types.h>
#include <fmt/format.h>
#include <spdlog/fmt/fmt.h>

namespace UIWidgets {
// Automatically adds newlines to break up text longer than a specified number of characters
Expand Down

0 comments on commit 86a4ade

Please sign in to comment.