FileAccessWindows: Add missing share.h include
Follow-up to #51430.
(cherry picked from commit cb52f2c9c0
)
This commit is contained in:
parent
be6712fb3d
commit
64af5e5db4
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue