Chromium Code Reviews| Index: core/src/fxcrt/fx_basic_bstring.cpp |
| diff --git a/core/src/fxcrt/fx_basic_bstring.cpp b/core/src/fxcrt/fx_basic_bstring.cpp |
| index 8b4442e82339fb91ce3e176ef8a39a9b3f9038a3..f710a4fa55d25caad4e6b889882a356a455e84df 100644 |
| --- a/core/src/fxcrt/fx_basic_bstring.cpp |
| +++ b/core/src/fxcrt/fx_basic_bstring.cpp |
| @@ -4,8 +4,10 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#include <stddef.h> // For offsetof(). |
| +#include <stddef.h> |
| + |
| #include <cctype> |
| +#include <string> |
|
Tom Sepez
2016/03/08 19:27:05
There aren't any std::strings in the core PDFium c
dsinclair
2016/03/08 21:08:02
Done.
|
| #include "core/include/fxcrt/fx_basic.h" |
| #include "third_party/base/numerics/safe_math.h" |