From cb52f2c9c0b701865e17093b0661f17e735feb38 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. --- 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 3f97f3a40c7f..775c999b15ce 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/string/print_string.h" +#include // _SH_DENYNO #include #include