From d2a70532e87ddae5320132861c9614957e271b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 10 Aug 2021 13:01:16 +0200 Subject: [PATCH] FileAccessWindows: Add missing share.h include Follow-up to #51430. (cherry picked from commit cb52f2c9c0b701865e17093b0661f17e735feb38) --- drivers/windows/file_access_windows.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp index b27bf30ffc..a955b1c2bd 100644 --- a/drivers/windows/file_access_windows.cpp +++ b/drivers/windows/file_access_windows.cpp @@ -35,6 +35,7 @@ #include "core/os/os.h" #include "core/print_string.h" +#include // _SH_DENYNO #include #include