Index: core/src/fxcrt/fx_basic_array.cpp |
diff --git a/core/src/fxcrt/fx_basic_array.cpp b/core/src/fxcrt/fx_basic_array.cpp |
index eeaa74926a0acb65dbb8db9e4ac3c688f84d9934..a24b78a0af649dcce4456a4c615762d7d6caebeb 100644 |
--- a/core/src/fxcrt/fx_basic_array.cpp |
+++ b/core/src/fxcrt/fx_basic_array.cpp |
@@ -5,7 +5,7 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
#include "../../include/fxcrt/fx_basic.h" |
-#include "../../../third_party/base/numerics/safe_math.h" |
+#include "third_party/base/numerics/safe_math.h" |
CFX_BasicArray::CFX_BasicArray(int unit_size) |
: m_pData(NULL), m_nSize(0), m_nMaxSize(0) { |