summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/formfiller/FFL_Utils.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-08 16:19:33 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-08 16:19:33 -0700
commit245c80e410deff6ee35f62adce42dd0fcf46845a (patch)
tree355312b8cbfa650945a03a9814d4d67379e07ebe /fpdfsdk/include/formfiller/FFL_Utils.h
parent6102dd8c05b9a12d08d9e5c7f790c1fc76fbfaab (diff)
downloadpdfium-245c80e410deff6ee35f62adce42dd0fcf46845a.tar.xz
Merge to XFA: Fix IWYU in formfiller/ directory.
Original Review URL: https://codereview.chromium.org/1066253002 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1073563003
Diffstat (limited to 'fpdfsdk/include/formfiller/FFL_Utils.h')
-rw-r--r--fpdfsdk/include/formfiller/FFL_Utils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_Utils.h b/fpdfsdk/include/formfiller/FFL_Utils.h
index c5ac2a2b87..e64cce9ea4 100644
--- a/fpdfsdk/include/formfiller/FFL_Utils.h
+++ b/fpdfsdk/include/formfiller/FFL_Utils.h
@@ -7,7 +7,10 @@
#ifndef _FFL_UTILS_H_
#define _FFL_UTILS_H_
-#define FFL_BASE_USERUNIT 1.0f / 72.0f
+#include "../../../core/include/fpdfapi/fpdf_parser.h"
+#include "../../../core/include/fxcrt/fx_memory.h"
+
+#define FFL_BASE_USERUNIT (1.0f / 72.0f)
class CFFL_Utils
{