From 26b86e625a2c9e0f4e6a01047fef051ffa81e40a Mon Sep 17 00:00:00 2001 From: npm Date: Thu, 4 Aug 2016 17:22:14 -0700 Subject: Move CFX_GEModule into its own file This is the first CL in an attempt to split up the classes in fxge/include/fx_ge.h into their own files. Review-Url: https://codereview.chromium.org/2217663002 --- xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp') diff --git a/xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp b/xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp index bea145b8d1..75693ff46e 100644 --- a/xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp +++ b/xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp @@ -20,6 +20,7 @@ * limitations under the License. */ +#include "core/fxge/include/cfx_gemodule.h" #include "xfa/fxbarcode/BC_Writer.h" #include "xfa/fxbarcode/common/BC_CommonBitMatrix.h" #include "xfa/fxbarcode/oned/BC_OneDimWriter.h" -- cgit v1.2.3