| Index: xfa/src/fdp/src/fde/fde_object.cpp
|
| diff --git a/xfa/src/fdp/src/fde/fde_object.cpp b/xfa/src/fdp/src/fde/fde_object.cpp
|
| index 3ae84a7df7311f54205517570f9817ef6e4b1965..5eeb94135e746637e1e3e8320ea84da23f4d6999 100644
|
| --- a/xfa/src/fdp/src/fde/fde_object.cpp
|
| +++ b/xfa/src/fdp/src/fde/fde_object.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../foxitlib.h"
|
| +#include "xfa/src/foxitlib.h"
|
| #include "fde_object.h"
|
| IFDE_Pen* IFDE_Pen::Create() {
|
| return new CFDE_Pen();
|
|
|