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 be6712fb3d
commit 64af5e5db4
No known key found for this signature in database
GPG key ID: C3336907360768E1

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>