diff options
Diffstat (limited to 'xfa/src/fxbarcode/common/BC_CommonByteArray.cpp')
-rw-r--r-- | xfa/src/fxbarcode/common/BC_CommonByteArray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp b/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp index b3e2a636e5..7917dcc198 100644 --- a/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp +++ b/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp @@ -23,7 +23,7 @@ #include <algorithm> #include "xfa/src/fxbarcode/barcode.h" -#include "BC_CommonByteArray.h" +#include "xfa/src/fxbarcode/common/BC_CommonByteArray.h" CBC_CommonByteArray::CBC_CommonByteArray() { m_bytes = NULL; m_size = 0; |