update file_dialog header

This commit is contained in:
scawful
2024-08-12 12:00:38 -04:00
parent cfbe0848ca
commit 17917bbde4

View File

@@ -118,7 +118,7 @@ class FileDialogWrapper {
}
};
#elif defined(__APPLE__)
#else
#include <string>
#include <vector>
@@ -133,8 +133,6 @@ class FileDialogWrapper {
const std::string& folder_path);
};
#else
#error "Unsupported platform."
#endif
#endif // YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H