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. --- cxx/include/aesxx/debug.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cxx') diff --git a/cxx/include/aesxx/debug.hpp b/cxx/include/aesxx/debug.hpp index bf1fc9a..96e81b5 100644 --- a/cxx/include/aesxx/debug.hpp +++ b/cxx/include/aesxx/debug.hpp @@ -6,7 +6,7 @@ #pragma once #ifdef WIN32 -#include +#include #include #pragma comment(lib, "DbgHelp.Lib") #endif -- cgit v1.2.3