Index: core/src/fxcrt/fx_basic_wstring.cpp |
diff --git a/core/src/fxcrt/fx_basic_wstring.cpp b/core/src/fxcrt/fx_basic_wstring.cpp |
index 8df72466e8c97cca574812994a285566f5b6c52f..9efb6168cc108b47f4051f74eff53ce3a258bf68 100644 |
--- a/core/src/fxcrt/fx_basic_wstring.cpp |
+++ b/core/src/fxcrt/fx_basic_wstring.cpp |
@@ -4,10 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include <stddef.h> // For offsetof(). |
+#include <stddef.h> |
#include <algorithm> |
#include <cctype> |
+#include <string> |
Tom Sepez
2016/03/08 19:27:05
ditto
dsinclair
2016/03/08 21:08:02
Done.
|
#include "core/include/fxcrt/fx_basic.h" |
#include "core/include/fxcrt/fx_ext.h" |