From 08c1973e85c23ccda9b5a9d589b9a120ab55dddb Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 1 Mar 2020 20:47:06 +0100 Subject: [PATCH] Fix some includes --- blurhash.cpp | 2 +- blurhash.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/blurhash.cpp b/blurhash.cpp index 32b029e0..d124a0d7 100644 --- a/blurhash.cpp +++ b/blurhash.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #ifdef DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include diff --git a/blurhash.hpp b/blurhash.hpp index 629e0a7b..5077f0d5 100644 --- a/blurhash.hpp +++ b/blurhash.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include