| Index: core/src/fxge/ge/fx_ge_device.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_device.cpp b/core/src/fxge/ge/fx_ge_device.cpp
|
| index 7ab399a3bd1909c834740a88e03772ae5206f121..a1790bdd2260dab4e483ef4cf7b174e52c137b3e 100644
|
| --- a/core/src/fxge/ge/fx_ge_device.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_device.cpp
|
| @@ -4,7 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fxge/fx_ge.h"
|
| +#include "core/include/fxge/fx_ge.h"
|
| +
|
| CFX_RenderDevice::CFX_RenderDevice() {
|
| m_pDeviceDriver = NULL;
|
| m_pBitmap = NULL;
|
|
|