Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
lethal-guitar committed May 25, 2024
1 parent 63e0ed3 commit 564ca40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3rd_party/imgui-filebrowser/imfilebrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

#include <imgui.h>

#include <algorithm>


ImGui::FileBrowser::FileBrowser(ImGuiFileBrowserFlags flags)
: width_(700), height_(450), flags_(flags),
openFlag_(false), closeFlag_(false), isOpened_(false), ok_(false),
Expand Down

0 comments on commit 564ca40

Please sign in to comment.