We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3c03f commit 2030002Copy full SHA for 2030002
Fronter/Source/Frames/Tabs/PathsTab.cpp
@@ -1,9 +1,9 @@
1
#include "PathsTab.h"
2
#include "OSCompatibilityLayer.h"
3
+#include <cstdlib>
4
#include <filesystem>
5
#include <ranges>
6
#include <wx/filepicker.h>
-#include <cstdlib>
7
8
9
using std::filesystem::current_path;
0 commit comments