summaryrefslogtreecommitdiff
path: root/fxjs/cjs_publicmethods.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-15 18:12:40 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-15 18:12:40 +0000
commitbc75f62774a31ca94188e1910624bac246d550f7 (patch)
treec9826fe551d97a076d092a38109810e97fc80e44 /fxjs/cjs_publicmethods.cpp
parentd7f51c715146be53186b25ca677e49e164b51527 (diff)
downloadpdfium-bc75f62774a31ca94188e1910624bac246d550f7.tar.xz
Make fxjs/ pass gn check.
Use allow_circular_includes_from as a crutch for now. Change-Id: I8c53bafd864048506a77354f57e27cac50369005 Reviewed-on: https://pdfium-review.googlesource.com/c/43989 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cjs_publicmethods.cpp')
-rw-r--r--fxjs/cjs_publicmethods.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/fxjs/cjs_publicmethods.cpp b/fxjs/cjs_publicmethods.cpp
index 2e0603c982..fb65cc4098 100644
--- a/fxjs/cjs_publicmethods.cpp
+++ b/fxjs/cjs_publicmethods.cpp
@@ -17,8 +17,10 @@
#include <utility>
#include <vector>
+#include "core/fpdfdoc/cpdf_formcontrol.h"
#include "core/fpdfdoc/cpdf_interactiveform.h"
#include "core/fxcrt/fx_extension.h"
+#include "core/fxge/cfx_color.h"
#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
#include "fpdfsdk/cpdfsdk_interactiveform.h"
#include "fxjs/cjs_color.h"