diff options
Diffstat (limited to 'xfa/src/fxbarcode/common/BC_CommonECI.cpp')
-rw-r--r-- | xfa/src/fxbarcode/common/BC_CommonECI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/common/BC_CommonECI.cpp b/xfa/src/fxbarcode/common/BC_CommonECI.cpp index b6be150eb4..146c9e24ba 100644 --- a/xfa/src/fxbarcode/common/BC_CommonECI.cpp +++ b/xfa/src/fxbarcode/common/BC_CommonECI.cpp @@ -20,9 +20,10 @@ * limitations under the License. */ -#include "xfa/src/fxbarcode/barcode.h" #include "xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.h" #include "xfa/src/fxbarcode/common/BC_CommonECI.h" +#include "xfa/src/fxbarcode/utils.h" + CBC_CommonECI::CBC_CommonECI(int32_t value) { m_value = value; } |