forked from Lainports/freebsd-ports
Unbundle utf8cpp Changelog: https://github.com/Matroska-Org/libebml/blob/release-1.4.5/NEWS.md
11 lines
255 B
C++
11 lines
255 B
C++
--- src/EbmlUnicodeString.cpp.orig 2023-12-17 02:35:17 UTC
|
|
+++ src/EbmlUnicodeString.cpp
|
|
@@ -40,7 +40,7 @@
|
|
|
|
#include "ebml/EbmlUnicodeString.h"
|
|
|
|
-#include "lib/utf8-cpp/source/utf8/checked.h"
|
|
+#include "utf8cpp/utf8/checked.h"
|
|
|
|
namespace libebml {
|
|
|