| 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 c706912d9da87c2bc226dcb89c30b185f90a2abd..7793a0e19f9f390f71bf4d0c52102120b026db24 100644
|
| --- a/core/src/fxcrt/fx_basic_bstring.cpp
|
| +++ b/core/src/fxcrt/fx_basic_bstring.cpp
|
| @@ -7,7 +7,7 @@
|
| #include <stddef.h> // For offsetof().
|
|
|
| #include "../../include/fxcrt/fx_basic.h"
|
| -#include "../../../third_party/base/numerics/safe_math.h"
|
| +#include "third_party/base/numerics/safe_math.h"
|
|
|
| static int _Buffer_itoa(char* buf, int i, FX_DWORD flags) {
|
| if (i == 0) {
|
|
|