diff options
author | jaepark <jaepark@google.com> | 2016-08-11 13:10:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-11 13:10:39 -0700 |
commit | 2736276deff3abef9d6b226eb9f585abe1384591 (patch) | |
tree | 0edcff20dd023d8dceee6a83e3d4d14708af610f /fpdfsdk/fsdk_annothandler.cpp | |
parent | 445a94b089c155f79cc8602c724418898dc2a861 (diff) | |
download | pdfium-2736276deff3abef9d6b226eb9f585abe1384591.tar.xz |
Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files.
Review-Url: https://codereview.chromium.org/2236743002
Diffstat (limited to 'fpdfsdk/fsdk_annothandler.cpp')
-rw-r--r-- | fpdfsdk/fsdk_annothandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fsdk_annothandler.cpp b/fpdfsdk/fsdk_annothandler.cpp index 6216ab1c28..5e65a1f947 100644 --- a/fpdfsdk/fsdk_annothandler.cpp +++ b/fpdfsdk/fsdk_annothandler.cpp @@ -14,6 +14,7 @@ #include "core/fpdfdoc/include/cpdf_interform.h" #include "core/fxge/include/cfx_renderdevice.h" #include "fpdfsdk/formfiller/cffl_formfiller.h" +#include "fpdfsdk/include/cpdfsdk_datetime.h" #include "fpdfsdk/include/fsdk_define.h" #include "fpdfsdk/include/fsdk_mgr.h" |