From a9925a5d6da947c57f10f9cb953e03f4290bccb3 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 4 Nov 2020 11:06:20 +0200 Subject: [PATCH] Fix cross-compile linux->mingw Headers are lower case. --- include/boost/process/detail/windows/handle_workaround.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/process/detail/windows/handle_workaround.hpp b/include/boost/process/detail/windows/handle_workaround.hpp index c8ce8bccf..c288bec83 100644 --- a/include/boost/process/detail/windows/handle_workaround.hpp +++ b/include/boost/process/detail/windows/handle_workaround.hpp @@ -12,7 +12,7 @@ //#define BOOST_USE_WINDOWS_H 1 #if defined( BOOST_USE_WINDOWS_H ) -#include +#include #endif