| Index: core/src/fxge/android/fpf_skiamodule.cpp
|
| diff --git a/core/src/fxge/android/fpf_skiamodule.cpp b/core/src/fxge/android/fpf_skiamodule.cpp
|
| index 116b65f7f0819da8a75fa682e5d8dd35db20b00c..76ee85360251d91833eefb5d5ade1713a6645709 100644
|
| --- a/core/src/fxge/android/fpf_skiamodule.cpp
|
| +++ b/core/src/fxge/android/fpf_skiamodule.cpp
|
| @@ -4,10 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/src/fxge/android/fx_fpf.h"
|
| +#include "core/include/fxcrt/fx_system.h"
|
| +
|
| #if _FX_OS_ == _FX_ANDROID_
|
| +
|
| #include "core/src/fxge/android/fpf_skiafontmgr.h"
|
| #include "core/src/fxge/android/fpf_skiamodule.h"
|
| +
|
| static IFPF_DeviceModule* gs_pPFModule = NULL;
|
| IFPF_DeviceModule* FPF_GetDeviceModule() {
|
| if (!gs_pPFModule) {
|
|
|