| Index: core/fxcrt/fx_basic_bstring.cpp
|
| diff --git a/core/fxcrt/fx_basic_bstring.cpp b/core/fxcrt/fx_basic_bstring.cpp
|
| index 5d38d57757e4d59d0be9ec4a20a95c2634ec4f55..191694e4153ed6d0bd3fa73e4a2878d9317a3411 100644
|
| --- a/core/fxcrt/fx_basic_bstring.cpp
|
| +++ b/core/fxcrt/fx_basic_bstring.cpp
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <cctype>
|
|
|
| -#include "core/include/fxcrt/fx_basic.h"
|
| +#include "core/fxcrt/include/fx_basic.h"
|
| #include "third_party/base/numerics/safe_math.h"
|
|
|
| static int _Buffer_itoa(char* buf, int i, FX_DWORD flags) {
|
|
|