diff options
Diffstat (limited to 'components/safe_json/json_sanitizer.cc')
-rw-r--r-- | components/safe_json/json_sanitizer.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/safe_json/json_sanitizer.cc b/components/safe_json/json_sanitizer.cc index 43ede85..3cffc52 100644 --- a/components/safe_json/json_sanitizer.cc +++ b/components/safe_json/json_sanitizer.cc @@ -13,9 +13,11 @@ #include "base/bind.h" #include "base/callback.h" #include "base/json/json_writer.h" +#include "base/macros.h" #include "base/memory/weak_ptr.h" #include "base/strings/string_util.h" #include "base/values.h" +#include "build/build_config.h" #include "components/safe_json/safe_json_parser.h" namespace safe_json { |