1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

FileAccessWindows: Add missing share.h include

Follow-up to #51430.

(cherry picked from commit cb52f2c9c0)
This commit is contained in:
Rémi Verschelde
2021-08-10 13:01:16 +02:00
parent 8dcc764e5a
commit d2a70532e8

View File

@@ -35,6 +35,7 @@
#include "core/os/os.h"
#include "core/print_string.h"
#include <share.h> // _SH_DENYNO
#include <shlwapi.h>
#include <windows.h>