summaryrefslogtreecommitdiff
path: root/fpdfsdk
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk')
-rw-r--r--fpdfsdk/include/fxedit/DEPS3
-rw-r--r--fpdfsdk/include/fxedit/fxet_edit.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/fpdfsdk/include/fxedit/DEPS b/fpdfsdk/include/fxedit/DEPS
new file mode 100644
index 0000000000..db9a09c342
--- /dev/null
+++ b/fpdfsdk/include/fxedit/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ '+core/fpdfdoc/include',
+]
diff --git a/fpdfsdk/include/fxedit/fxet_edit.h b/fpdfsdk/include/fxedit/fxet_edit.h
index d3e354d0e8..6f174a81d1 100644
--- a/fpdfsdk/include/fxedit/fxet_edit.h
+++ b/fpdfsdk/include/fxedit/fxet_edit.h
@@ -7,6 +7,7 @@
#ifndef FPDFSDK_INCLUDE_FXEDIT_FXET_EDIT_H_
#define FPDFSDK_INCLUDE_FXEDIT_FXET_EDIT_H_
+#include "core/fpdfdoc/include/ipdf_variabletext_provider.h"
#include "core/include/fpdfdoc/fpdf_vt.h"
#include "fpdfsdk/include/fxedit/fx_edit.h"