| Index: core/src/fpdfdoc/doc_tagged.cpp
|
| diff --git a/core/src/fpdfdoc/doc_tagged.cpp b/core/src/fpdfdoc/doc_tagged.cpp
|
| index bf623eb703822ccc43a3ab40456cabb3ef238c1b..e16d852ccb3b76a8b89c4c29c95ac61e0dde2ad5 100644
|
| --- a/core/src/fpdfdoc/doc_tagged.cpp
|
| +++ b/core/src/fpdfdoc/doc_tagged.cpp
|
| @@ -7,7 +7,7 @@
|
| #include "core/include/fpdfapi/fpdf_page.h"
|
| #include "core/include/fpdfapi/fpdf_parser.h"
|
| #include "core/include/fpdfdoc/fpdf_tagged.h"
|
| -#include "tagged_int.h"
|
| +#include "core/src/fpdfdoc/tagged_int.h"
|
|
|
| const int nMaxRecursion = 32;
|
| static FX_BOOL IsTagged(const CPDF_Document* pDoc) {
|
|
|