Browse Source

Merge pull request #31528 from akien-mga/enoent-mingw

FileAccessWindows: Add errno include for MinGW
Rémi Verschelde 6 years ago
parent
commit
48eaf14030
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/windows/file_access_windows.cpp

+ 1 - 0
drivers/windows/file_access_windows.cpp

@@ -38,6 +38,7 @@
 #include <shlwapi.h>
 #include <windows.h>
 
+#include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <tchar.h>