diff options
author | npm <npm@chromium.org> | 2016-08-29 09:35:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-29 09:35:12 -0700 |
commit | 81ee14da357bb8bb141930d96e07a46f6d472720 (patch) | |
tree | bb3d188137887b563ea111d090fbd0f05ed7f5a5 /core/fpdfdoc/cpdf_interform.cpp | |
parent | 5283e674fecf3732d89a8f7f144545af2301ccec (diff) | |
download | pdfium-81ee14da357bb8bb141930d96e07a46f6d472720.tar.xz |
Move CFX_SubstFont and CTTFontDesc into their own files
Review-Url: https://codereview.chromium.org/2292503002
Diffstat (limited to 'core/fpdfdoc/cpdf_interform.cpp')
-rw-r--r-- | core/fpdfdoc/cpdf_interform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fpdfdoc/cpdf_interform.cpp b/core/fpdfdoc/cpdf_interform.cpp index a6f73c620b..d567e09e82 100644 --- a/core/fpdfdoc/cpdf_interform.cpp +++ b/core/fpdfdoc/cpdf_interform.cpp @@ -16,6 +16,7 @@ #include "core/fpdfdoc/include/cpdf_filespec.h" #include "core/fpdfdoc/include/cpdf_formcontrol.h" #include "core/fpdfdoc/include/cpdf_interform.h" +#include "core/fxge/include/cfx_substfont.h" #include "core/fxge/include/fx_font.h" #include "third_party/base/stl_util.h" |