mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 13:35:07 +00:00
Merge pull request #44 from tvanriper/patch-1
Removed utf8 path from #include.
This commit is contained in:
commit
170e2d11f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue