mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +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:
parent
56d5624e88
commit
f81f08e5bf
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue