From 396ebde5fdb8db1abce14fe5e7f0e82abaec13b1 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 25 Oct 2021 19:35:09 -0400 Subject: [PATCH] hecl: Only include on Windows --- hecl/lib/hecl.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hecl/lib/hecl.cpp b/hecl/lib/hecl.cpp index 1eece5754..09fbd386a 100644 --- a/hecl/lib/hecl.cpp +++ b/hecl/lib/hecl.cpp @@ -17,6 +17,7 @@ #define _WIN32_IE 0x0400 #endif #include +#include #endif #ifdef __APPLE__ @@ -28,9 +29,6 @@ #include #endif -#ifdef __cpp_lib_ranges -#include -#endif #include using namespace std::literals;