Index: core/src/fpdfdoc/doc_ocg.cpp |
diff --git a/core/src/fpdfdoc/doc_ocg.cpp b/core/src/fpdfdoc/doc_ocg.cpp |
index b252456df6a18632820170b42e15a30805d4d595..7f9c6774df6787c0e97ec0d2bcd0fe94a684fc5d 100644 |
--- a/core/src/fpdfdoc/doc_ocg.cpp |
+++ b/core/src/fpdfdoc/doc_ocg.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" |
+ |
static int32_t FPDFDOC_OCG_FindGroup(const CPDF_Object* pObject, |
const CPDF_Dictionary* pGroupDict) { |
if (!pObject || !pGroupDict) |