diff options
Diffstat (limited to 'components/rappor/byte_vector_utils.h')
-rw-r--r-- | components/rappor/byte_vector_utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/rappor/byte_vector_utils.h b/components/rappor/byte_vector_utils.h index f4c6b462..7377552 100644 --- a/components/rappor/byte_vector_utils.h +++ b/components/rappor/byte_vector_utils.h @@ -5,9 +5,11 @@ #ifndef COMPONENTS_RAPPOR_BYTE_VECTOR_UTILS_H_ #define COMPONENTS_RAPPOR_BYTE_VECTOR_UTILS_H_ +#include <stddef.h> +#include <stdint.h> + #include <vector> -#include "base/basictypes.h" #include "base/macros.h" #include "components/rappor/rappor_parameters.h" #include "crypto/hmac.h" |