Skip to content

Commit

Permalink
Missing include for MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseasoler committed Apr 7, 2024
1 parent 324443f commit 90720b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rimworld/rimworld_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include <imgui.h>
#include <imgui_stdlib.h>

#include <array>

constexpr ImU32 error_color = IM_COL32(255U, 0U, 0U, 255U);

void help_marker(const char* desc) {
Expand Down

0 comments on commit 90720b9

Please sign in to comment.