FileAccessWindows: Add missing share.h include

Follow-up to #51430.
This commit is contained in:
Rémi Verschelde
2021-08-10 13:01:16 +02:00
parent 16d73fefdb
commit cb52f2c9c0

View File

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