From 0e9a789e663b2f05e8e77136d64bd1c04747d17f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 20 Aug 2019 21:03:18 +0300 Subject: Windows.h > windows.h ... to enable cross-compilation from Ubuntu, where there's windows.h, and paths are case-sensitive. --- utils/helpers/bmp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/helpers') diff --git a/utils/helpers/bmp.hpp b/utils/helpers/bmp.hpp index 262198d..b4b283b 100644 --- a/utils/helpers/bmp.hpp +++ b/utils/helpers/bmp.hpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/aes-tools. // Distributed under the MIT License. -#include +#include #include #include -- cgit v1.2.3