From e7d1113a2b254bc37b098f0cdda4c0908e20487f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Wed, 20 Jan 2021 15:18:47 +0100 Subject: [PATCH] Update blurhash.cpp Apply suggestion from github interface (will need to be squashed before merge) Co-authored-by: DeepBlueV7.X --- blurhash.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blurhash.cpp b/blurhash.cpp index c17802ac..b8c0eba4 100644 --- a/blurhash.cpp +++ b/blurhash.cpp @@ -11,8 +11,12 @@ #endif #ifdef DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN +#if __has_include() +#include +#else #include #endif +#endif using namespace std::literals;