From d4d3bee11390b1354f504e005739d4b7b82de11f Mon Sep 17 00:00:00 2001 From: xantares Date: Wed, 11 Nov 2020 10:32:24 +0100 Subject: [PATCH] Fix include on case-sensitive fs Allows to build from MinGW --- vulkancapsviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkancapsviewer.cpp b/vulkancapsviewer.cpp index d406fd9..d038c7c 100644 --- a/vulkancapsviewer.cpp +++ b/vulkancapsviewer.cpp @@ -48,7 +48,7 @@ #include "submitDialog.h" #ifdef _WIN32 -#include +#include #endif #ifdef __linux__