diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_layoutpseudomodel.cpp')
-rw-r--r-- | xfa/fxfa/parser/cscript_layoutpseudomodel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp b/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp index 73033d5bea..4e0a4a30ea 100644 --- a/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp @@ -6,6 +6,7 @@ #include "xfa/fxfa/parser/cscript_layoutpseudomodel.h" +#include "fxjs/xfa/cjx_layoutpseudomodel.h" #include "third_party/base/ptr_util.h" CScript_LayoutPseudoModel::CScript_LayoutPseudoModel(CXFA_Document* pDocument) @@ -15,4 +16,4 @@ CScript_LayoutPseudoModel::CScript_LayoutPseudoModel(CXFA_Document* pDocument) WideStringView(L"layoutPseudoModel"), pdfium::MakeUnique<CJX_LayoutPseudoModel>(this)) {} -CScript_LayoutPseudoModel::~CScript_LayoutPseudoModel() {} +CScript_LayoutPseudoModel::~CScript_LayoutPseudoModel() = default; |