From 32ccbfb747459404693380ea592b05532808e11b Mon Sep 17 00:00:00 2001 From: Joseph Edwards Van Riper III Date: Tue, 9 Jul 2019 05:50:09 -0400 Subject: [PATCH] Removed utf8 path from #include. refs #43 --- source/utf8/checked.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utf8/checked.h b/source/utf8/checked.h index 1061a49..0567b50 100644 --- a/source/utf8/checked.h +++ b/source/utf8/checked.h @@ -321,7 +321,7 @@ namespace utf8 } // namespace utf8 #if UTF_CPP_CPLUSPLUS >= 201103L // C++ 11 or later -#include "utf8/cpp11.h" +#include "cpp11.h" #endif // C++ 11 or later #endif //header guard