diff options
Diffstat (limited to 'fxjs/cjx_object.cpp')
-rw-r--r-- | fxjs/cjx_object.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjx_object.cpp b/fxjs/cjx_object.cpp index 3efab63d48..5a334cf3cd 100644 --- a/fxjs/cjx_object.cpp +++ b/fxjs/cjx_object.cpp @@ -7,6 +7,7 @@ #include "fxjs/cjx_object.h" #include "fxjs/cfxjse_value.h" +#include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_object.h" CJX_Object::CJX_Object(CXFA_Object* obj) : object_(obj) {} |