summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/common/BC_CommonBitSource.cpp')
-rw-r--r--xfa/src/fxbarcode/common/BC_CommonBitSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp b/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
index 20b0d2accc..c308638fad 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));