summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/BC_Binarizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/BC_Binarizer.h')
-rw-r--r--xfa/src/fxbarcode/BC_Binarizer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/BC_Binarizer.h b/xfa/src/fxbarcode/BC_Binarizer.h
index 131e39df7b..281f4ae5d4 100644
--- a/xfa/src/fxbarcode/BC_Binarizer.h
+++ b/xfa/src/fxbarcode/BC_Binarizer.h
@@ -7,10 +7,13 @@
#ifndef XFA_SRC_FXBARCODE_BC_BINARIZER_H_
#define XFA_SRC_FXBARCODE_BC_BINARIZER_H_
+#include <cstdint>
+
class CBC_LuminanceSource;
class CBC_CommonBitMatrix;
class CBC_CommonBitArray;
class CBC_BinaryBitmap;
+
class CBC_Binarizer {
public:
CBC_Binarizer(CBC_LuminanceSource* source);