| Index: base/strings/safe_sprintf.cc
|
| diff --git a/base/strings/safe_sprintf.cc b/base/strings/safe_sprintf.cc
|
| index 9719abd06bbce7460af9df42311e80bd8aef8f21..a51c778271e83c37f92341c5e8273600edb1f0a3 100644
|
| --- a/base/strings/safe_sprintf.cc
|
| +++ b/base/strings/safe_sprintf.cc
|
| @@ -9,6 +9,9 @@
|
|
|
| #include <limits>
|
|
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
| +
|
| #if !defined(NDEBUG)
|
| // In debug builds, we use RAW_CHECK() to print useful error messages, if
|
| // SafeSPrintf() is called with broken arguments.
|
|
|