Skip to content

Commit

Permalink
FileAccessWindows: Add missing share.h include
Browse files Browse the repository at this point in the history
Follow-up to godotengine#51430.

(cherry picked from commit cb52f2c)
  • Loading branch information
akien-mga committed Aug 12, 2021
1 parent 8dcc764 commit d2a7053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/windows/file_access_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d2a7053

Please sign in to comment.