summaryrefslogtreecommitdiff
path: root/base/format_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/format_macros.h')
-rw-r--r--base/format_macros.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/format_macros.h b/base/format_macros.h
index d58658d2b9..0697c6ddf2 100644
--- a/base/format_macros.h
+++ b/base/format_macros.h
@@ -21,6 +21,9 @@
// printf("xyz: %" PRIuS, size);
// The "u" in the macro corresponds to %u, and S is for "size".
+#include <stddef.h>
+#include <stdint.h>
+
#include "build/build_config.h"
#if defined(OS_POSIX) && (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && \