| Index: core/src/fxge/win32/win32_int.h
|
| diff --git a/core/src/fxge/win32/win32_int.h b/core/src/fxge/win32/win32_int.h
|
| index 7f73fdbb1a05b9ab78b09e2f1c724e84988a93e2..95d31d159d755fcdef99b76e87507f33fb0c32eb 100644
|
| --- a/core/src/fxge/win32/win32_int.h
|
| +++ b/core/src/fxge/win32/win32_int.h
|
| @@ -3,10 +3,11 @@
|
| // found in the LICENSE file.
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
| +
|
| #ifndef CORE_SRC_FXGE_WIN32_WIN32_INT_H_
|
| #define CORE_SRC_FXGE_WIN32_WIN32_INT_H_
|
|
|
| -#include "../../../include/fxge/fx_ge.h"
|
| +#include "core/include/fxge/fx_ge.h"
|
|
|
| struct WINDIB_Open_Args_;
|
| class CGdiplusExt {
|
|
|