libreoffice: correct ZXing check_include

Nothing is changed, but more correct semantic.
This commit is contained in:
Đoàn Trần Công Danh 2024-07-08 10:46:03 +07:00
parent 063c5c690e
commit d941600d1c
1 changed files with 2 additions and 1 deletions

View File

@ -79,8 +79,9 @@ Description: we should always check for full path
+#include <ZXing/BitMatrixIO.h>
#endif
#if __has_include(<Utf.h>)
-#if __has_include(<Utf.h>)
-#include <Utf.h>
+#if __has_include(<ZXing/Utf.h>)
+#include <ZXing/Utf.h>
#else
-#include <TextUtfEncoding.h>