Update blurhash.cpp

Apply suggestion from github interface (will need to be squashed before merge)

Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
This commit is contained in:
Nicolò Balzarotti 2021-01-20 15:18:47 +01:00 committed by GitHub
parent db53931b8c
commit e7d1113a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,12 @@
#endif
#ifdef DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#if __has_include(<doctest.h>)
#include <doctest.h>
#else
#include <doctest/doctest.h>
#endif
#endif
using namespace std::literals;