mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 20:18:53 +03:00
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:
parent
db53931b8c
commit
e7d1113a2b
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue