Index: core/src/fxcrt/fx_basic_list.cpp |
diff --git a/core/src/fxcrt/fx_basic_list.cpp b/core/src/fxcrt/fx_basic_list.cpp |
index 81173d6a0bbcfac32bb92edd33ae98bf45456375..5944a2c4af1946bfe986a2c5ab7effff65092a71 100644 |
--- a/core/src/fxcrt/fx_basic_list.cpp |
+++ b/core/src/fxcrt/fx_basic_list.cpp |
@@ -5,7 +5,7 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
#include "core/include/fxcrt/fx_basic.h" |
-#include "plex.h" |
+#include "core/src/fxcrt/plex.h" |
CFX_PtrList::CFX_PtrList(int nBlockSize) |
: m_pNodeHead(NULL), |