| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| index 7994594c55ae457ec3839101843760c60b4b3c40..f3c308b959d02a2bc0da4c934d6ded68d1b82f29 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp
|
| @@ -20,9 +20,13 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/barcode.h"
|
| +#include <cstdint>
|
| +
|
| #include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h"
|
| +#include "xfa/src/fxbarcode/utils.h"
|
| +
|
| CFX_PtrArray* CBC_DataMatrixVersion::VERSIONS = NULL;
|
| +
|
| void CBC_DataMatrixVersion::Initialize() {
|
| VERSIONS = new CFX_PtrArray();
|
| }
|
|
|