You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Windows] Fix MinGW build
`file_access.h` was removed from the include hierarchy and wasn't caught by CI as it only occurs with MinGW builds
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "crash_handler_windows.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/io/file_access.h"
|
||||
#include "core/object/script_language.h"
|
||||
#include "core/os/main_loop.h"
|
||||
#include "core/os/os.h"
|
||||
|
||||
Reference in New Issue
Block a user