Index: core/src/fxcrt/fx_basic_util.cpp |
diff --git a/core/src/fxcrt/fx_basic_util.cpp b/core/src/fxcrt/fx_basic_util.cpp |
index 46a0dec1e538884370b92f7865aa84d1fde13722..3e9d6169cdcf7bccfd35ff92d646f97656c76c27 100644 |
--- a/core/src/fxcrt/fx_basic_util.cpp |
+++ b/core/src/fxcrt/fx_basic_util.cpp |
@@ -4,13 +4,15 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "../../include/fxcrt/fx_basic.h" |
+#include "core/include/fxcrt/fx_basic.h" |
+ |
#if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_ |
#include <sys/types.h> |
#include <dirent.h> |
#else |
#include <direct.h> |
#endif |
+ |
CFX_PrivateData::~CFX_PrivateData() { |
ClearAll(); |
} |