Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Jun 28, 2024
1 parent 37239f1 commit 1d212c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chat_gui/file_selector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <string>
#include <iostream>
#include <vector>
#include <algorithm>

void FileSelector::reset(void) {
_is_valid = [](auto){ return true; };
Expand Down

0 comments on commit 1d212c5

Please sign in to comment.