Index: xfa/src/fxbarcode/common/BC_CommonBitSource.cpp |
diff --git a/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp b/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp |
index 20b0d2acccb12a97048cb5d6a38266ec49737afb..c308638fad94e85526052a25317302880d01c8ba 100644 |
--- a/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp |
+++ b/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp |
@@ -20,7 +20,7 @@ |
* limitations under the License. |
*/ |
-#include "../barcode.h" |
+#include "xfa/src/fxbarcode/barcode.h" |
#include "BC_CommonBitSource.h" |
CBC_CommonBitSource::CBC_CommonBitSource(CFX_ByteArray* bytes) { |
m_bytes.Copy((*bytes)); |