| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp
|
| index c3633afaa8f8ba8e6a127a86875460e52096d969..bfb1c6455b5fea1024359c8f0f17b429226be74f 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderECB.cpp
|
| @@ -20,7 +20,7 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| #include "BC_QRCoderECB.h"
|
| CBC_QRCoderECB::CBC_QRCoderECB(int32_t count, int32_t dataCodeWords) {
|
| m_dataCodeWords = dataCodeWords;
|
|
|