Merge pull request #44 from tvanriper/patch-1

Removed utf8 path from #include.
This commit is contained in:
nemtrif 2019-07-13 13:52:56 -04:00 committed by GitHub
commit 170e2d11f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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