Browse Source

Removed utf8 path from #include.

refs #43
master
Joseph Edwards Van Riper III 5 years ago
committed by GitHub
parent
commit
32ccbfb747
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      source/utf8/checked.h

2
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

Loading…
Cancel
Save