summaryrefslogtreecommitdiff
path: root/xfa/src
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src')
-rw-r--r--xfa/src/fxfa/app/xfa_fontmgr.h2
-rw-r--r--xfa/src/fxjse/context.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxfa/app/xfa_fontmgr.h b/xfa/src/fxfa/app/xfa_fontmgr.h
index be3f7a74d8..c77e96d329 100644
--- a/xfa/src/fxfa/app/xfa_fontmgr.h
+++ b/xfa/src/fxfa/app/xfa_fontmgr.h
@@ -14,6 +14,8 @@
#include "xfa/include/fxfa/fxfa.h"
#include "xfa/src/fgas/font/fgas_font.h"
+class CPDF_Font;
+
struct XFA_FONTINFO {
FX_DWORD dwFontNameHash;
const FX_WCHAR* pPsName;
diff --git a/xfa/src/fxjse/context.h b/xfa/src/fxjse/context.h
index cedf11cce6..b35a28017f 100644
--- a/xfa/src/fxjse/context.h
+++ b/xfa/src/fxjse/context.h
@@ -7,6 +7,7 @@
#ifndef XFA_SRC_FXJSE_CONTEXT_H_
#define XFA_SRC_FXJSE_CONTEXT_H_
+#include "core/include/fxcrt/fx_basic.h"
#include "v8/include/v8.h"
#include "xfa/include/fxjse/fxjse.h"