Index: xfa/src/fxbarcode/BC_DecoderResult.h |
diff --git a/xfa/src/fxbarcode/BC_DecoderResult.h b/xfa/src/fxbarcode/BC_DecoderResult.h |
index 21d2cc0e4f7353bce5a11e6ed60539d231bf7524..57958766efe6029b0d49c0141097318486167d5f 100644 |
--- a/xfa/src/fxbarcode/BC_DecoderResult.h |
+++ b/xfa/src/fxbarcode/BC_DecoderResult.h |
@@ -7,7 +7,9 @@ |
#ifndef XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_ |
#define XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_ |
-class CBC_DecoderResult; |
+#include "core/include/fxcrt/fx_basic.h" |
+#include "core/include/fxcrt/fx_string.h" |
Tom Sepez
2016/02/22 22:23:39
ditto
dsinclair
2016/02/23 14:09:15
Done.
|
+ |
class CBC_DecoderResult { |
public: |
CBC_DecoderResult(CFX_ByteArray* rawBytes, |