| Index: crypto/openssl_util.cc
|
| diff --git a/crypto/openssl_util.cc b/crypto/openssl_util.cc
|
| index f5b20c9e0c223b4287afeed70ee445341a267483..48ec3e2e3936bb3acefb736743c297a8ec78c29b 100644
|
| --- a/crypto/openssl_util.cc
|
| +++ b/crypto/openssl_util.cc
|
| @@ -7,8 +7,11 @@
|
| #include <openssl/err.h>
|
| #include <openssl/ssl.h>
|
| #include <openssl/cpu.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/strings/string_piece.h"
|
| #include "build/build_config.h"
|
|
|