summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/common/BC_CommonByteMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/common/BC_CommonByteMatrix.h')
-rw-r--r--xfa/src/fxbarcode/common/BC_CommonByteMatrix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/common/BC_CommonByteMatrix.h b/xfa/src/fxbarcode/common/BC_CommonByteMatrix.h
index 371c185659..d9af45d2f3 100644
--- a/xfa/src/fxbarcode/common/BC_CommonByteMatrix.h
+++ b/xfa/src/fxbarcode/common/BC_CommonByteMatrix.h
@@ -7,6 +7,10 @@
#ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_
#define XFA_SRC_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_
+#include <stdint.h>
+
+#include "core/include/fxcrt/fx_system.h"
+
class CBC_CommonByteMatrix {
public:
CBC_CommonByteMatrix(int32_t width, int32_t height);