diff options
author | David Lattimore <dml@google.com> | 2015-09-15 07:40:12 +1000 |
---|---|---|
committer | David Lattimore <dml@google.com> | 2015-09-15 07:40:12 +1000 |
commit | 8ad46d3d6829d879cd342caec4c6f7eaae43cba0 (patch) | |
tree | a775c6d690c7174f8267738561cf4a5670a0e936 /core | |
parent | 9a817f092e6800e9338b41acf4ea0416b6ad4467 (diff) | |
download | pdfium-8ad46d3d6829d879cd342caec4c6f7eaae43cba0.tar.xz |
Add a missing #include that's needed for call to FXSYS_tolower.
BUG=
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1329343002.
Diffstat (limited to 'core')
-rw-r--r-- | core/src/fxge/android/fpf_skiafontmgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fxge/android/fpf_skiafontmgr.cpp b/core/src/fxge/android/fpf_skiafontmgr.cpp index b18e9c83be..7e7aee3c06 100644 --- a/core/src/fxge/android/fpf_skiafontmgr.cpp +++ b/core/src/fxge/android/fpf_skiafontmgr.cpp @@ -4,6 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include "../../../include/fxcrt/fx_ext.h" #include "fx_fpf.h" #if _FX_OS_ == _FX_ANDROID_ #define FPF_SKIAMATCHWEIGHT_NAME1 62 |