diff options
Diffstat (limited to 'xfa/fxgraphics/cfx_path_generator.cpp')
-rw-r--r-- | xfa/fxgraphics/cfx_path_generator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxgraphics/cfx_path_generator.cpp b/xfa/fxgraphics/cfx_path_generator.cpp index 984e2e9d1a..f2dc182b55 100644 --- a/xfa/fxgraphics/cfx_path_generator.cpp +++ b/xfa/fxgraphics/cfx_path_generator.cpp @@ -6,6 +6,8 @@ #include "xfa/fxgraphics/cfx_path_generator.h" +#include "core/fxge/include/cfx_pathdata.h" + CFX_PathGenerator::CFX_PathGenerator() : m_pPathData(nullptr) {} void CFX_PathGenerator::Create() { |