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