From 5edb1597cf71cebbffb3d05f975cf55702c53abd Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Sun, 29 Dec 2019 00:39:46 +0100 Subject: Fix case of header file includes for building with mingw-w64 Change-Id: Ie0e6599234c38c5e5a75b681a911f3728871861e Reviewed-by: Thiago Macieira --- config.tests/wshellitem/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests/wshellitem/main.cpp') diff --git a/config.tests/wshellitem/main.cpp b/config.tests/wshellitem/main.cpp index 799ee5556..459992b77 100644 --- a/config.tests/wshellitem/main.cpp +++ b/config.tests/wshellitem/main.cpp @@ -26,7 +26,7 @@ ** ****************************************************************************/ -#include +#include int main(int, char**) { -- cgit v1.2.3