Index: xfa/fxbarcode/BC_ResultPoint.h |
diff --git a/xfa/fxbarcode/BC_ResultPoint.h b/xfa/fxbarcode/BC_ResultPoint.h |
index 1497b311fc265c6725a085722fb3f0d193263549..e819fa5f6e30831d01da95509113e43f48294550 100644 |
--- a/xfa/fxbarcode/BC_ResultPoint.h |
+++ b/xfa/fxbarcode/BC_ResultPoint.h |
@@ -7,7 +7,7 @@ |
#ifndef XFA_FXBARCODE_BC_RESULTPOINT_H_ |
#define XFA_FXBARCODE_BC_RESULTPOINT_H_ |
-#include "core/fxcrt/include/fx_system.h" |
+#include "core/fxcrt/include/fx_basic.h" |
class CBC_ResultPoint { |
public: |
@@ -22,4 +22,7 @@ class CBC_ResultPoint { |
FX_FLOAT m_y; |
}; |
+using CBC_ResultPointArray = CFX_ArrayTemplate<CBC_ResultPoint*>; |
+using CBC_ResultPointArrayArray = CFX_ArrayTemplate<CBC_ResultPointArray*>; |
+ |
#endif // XFA_FXBARCODE_BC_RESULTPOINT_H_ |