From e8ec62b298b1198f9cb14d63e83c8e4cee9d8794 Mon Sep 17 00:00:00 2001 From: Fanael Linithien Date: Sun, 24 May 2020 16:49:20 +0200 Subject: [PATCH] Use all-lowercase names for windows API headers This allows the code to successfully cross-compile from hosts with case sensitive file names, like linux. --- components/files/windowspath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/files/windowspath.cpp b/components/files/windowspath.cpp index 7f15a7efe..92d1a9ff0 100644 --- a/components/files/windowspath.cpp +++ b/components/files/windowspath.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include namespace bconv = boost::locale::conv;