| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| index 21c2f096371683ef5a60cc97b90bce18b5cb95ec..825d527388354f3e21f56997eb0c230549c3619b 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderBitVector.cpp
|
| @@ -20,7 +20,7 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "../barcode.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| #include "BC_QRCoderBitVector.h"
|
| CBC_QRCoderBitVector::CBC_QRCoderBitVector() {
|
| m_sizeInBits = 0;
|
|
|