| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h
 | 
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h
 | 
| index e96b743164f85f68038ea094a48ab0e9f92d26e1..0a29e2b49cd9a1e6d7697593deb1e96c4a3fe800 100644
 | 
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h
 | 
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h
 | 
| @@ -7,8 +7,10 @@
 | 
|  #ifndef XFA_SRC_FXBARCODE_DATAMATRIX_BC_DATAMATRIXVERSION_H_
 | 
|  #define XFA_SRC_FXBARCODE_DATAMATRIX_BC_DATAMATRIXVERSION_H_
 | 
|  
 | 
| -class ECBlocks;
 | 
| +#include "core/include/fxcrt/fx_basic.h"
 | 
| +
 | 
|  class CBC_DataMatrixVersion;
 | 
| +
 | 
|  class ECB {
 | 
|   public:
 | 
|    ECB(int32_t count, int32_t dataCodewords) {
 | 
| @@ -24,6 +26,7 @@ class ECB {
 | 
|    int32_t m_count;
 | 
|    int32_t m_dataCodewords;
 | 
|  };
 | 
| +
 | 
|  class ECBlocks {
 | 
|   public:
 | 
|    ECBlocks(int32_t ecCodewords, ECB* ecBlocks) {
 | 
| @@ -51,6 +54,7 @@ class ECBlocks {
 | 
|    int32_t m_ecCodewords;
 | 
|    CFX_PtrArray m_ecBlocks;
 | 
|  };
 | 
| +
 | 
|  class CBC_DataMatrixVersion {
 | 
|   public:
 | 
|    CBC_DataMatrixVersion(int32_t versionNumber,
 | 
| 
 |