| Index: xfa/src/fxbarcode/common/BC_CommonByteArray.cpp
|
| diff --git a/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp b/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp
|
| index 0ad07fd9816534580507d3320f0fda26f378a456..967a1849d562950cbd4372790feb6434449d6569 100644
|
| --- a/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonByteArray.cpp
|
| @@ -20,7 +20,7 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| #include "BC_CommonByteArray.h"
|
| CBC_CommonByteArray::CBC_CommonByteArray() {
|
| m_bytes = NULL;
|
|
|