Index: xfa/fxgraphics/cfx_path_generator.cpp |
diff --git a/xfa/fxgraphics/cfx_path_generator.cpp b/xfa/fxgraphics/cfx_path_generator.cpp |
index 984e2e9d1a7b0c4db5f9855f676fb11bedeaeae6..f2dc182b55030ab28491c5910a270f15c751f356 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() { |