| Index: core/src/fpdfdoc/doc_action.cpp
|
| diff --git a/core/src/fpdfdoc/doc_action.cpp b/core/src/fpdfdoc/doc_action.cpp
|
| index 3d439ff5706390ed3f87573511f0e302706c4361..01fb064e472c93e150d621eccbda8f160a3f8e9a 100644
|
| --- a/core/src/fpdfdoc/doc_action.cpp
|
| +++ b/core/src/fpdfdoc/doc_action.cpp
|
| @@ -4,7 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../include/fpdfdoc/fpdf_doc.h"
|
| +#include "core/include/fpdfdoc/fpdf_doc.h"
|
| +
|
| CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const {
|
| if (!m_pDict) {
|
| return CPDF_Dest();
|
|
|