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