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/fxgraphics/cfx_graphics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/fxgraphics') diff --git a/xfa/fxgraphics/cfx_graphics.cpp b/xfa/fxgraphics/cfx_graphics.cpp index c3f5b7b096..90225d4e19 100644 --- a/xfa/fxgraphics/cfx_graphics.cpp +++ b/xfa/fxgraphics/cfx_graphics.cpp @@ -8,6 +8,7 @@ #include +#include "core/fxge/include/cfx_gemodule.h" #include "xfa/fxgraphics/cagg_graphics.h" #include "xfa/fxgraphics/cfx_color.h" #include "xfa/fxgraphics/cfx_path.h" -- cgit v1.2.3