diff options
Diffstat (limited to 'xfa/fxbarcode')
-rw-r--r-- | xfa/fxbarcode/BC_TwoDimWriter.cpp | 1 | ||||
-rw-r--r-- | xfa/fxbarcode/BC_TwoDimWriter.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxbarcode/BC_TwoDimWriter.cpp b/xfa/fxbarcode/BC_TwoDimWriter.cpp index a844bf1c42..efab589ddc 100644 --- a/xfa/fxbarcode/BC_TwoDimWriter.cpp +++ b/xfa/fxbarcode/BC_TwoDimWriter.cpp @@ -6,6 +6,7 @@ #include <algorithm> +#include "core/fxge/include/fx_ge.h" #include "third_party/base/numerics/safe_math.h" #include "xfa/fxbarcode/BC_TwoDimWriter.h" #include "xfa/fxbarcode/BC_Writer.h" diff --git a/xfa/fxbarcode/BC_TwoDimWriter.h b/xfa/fxbarcode/BC_TwoDimWriter.h index ba94c3269f..625680413d 100644 --- a/xfa/fxbarcode/BC_TwoDimWriter.h +++ b/xfa/fxbarcode/BC_TwoDimWriter.h @@ -7,10 +7,10 @@ #ifndef XFA_FXBARCODE_BC_TWODIMWRITER_H_ #define XFA_FXBARCODE_BC_TWODIMWRITER_H_ -#include "core/fxge/include/fx_ge.h" #include "xfa/fxbarcode/BC_Writer.h" class CBC_CommonBitMatrix; +class CFX_RenderDevice; class CBC_TwoDimWriter : public CBC_Writer { public: |