Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: tools/gn/pattern.h

Issue 1549203002: Switch to standard integer types in tools/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/path_output_unittest.cc ('k') | tools/gn/pattern_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/pattern.h
diff --git a/tools/gn/pattern.h b/tools/gn/pattern.h
index 39895bfa9ba94908d57616ed2b576fb64e1865cf..1aa709700da0e89b546f7deac2f5c70195b4df9e 100644
--- a/tools/gn/pattern.h
+++ b/tools/gn/pattern.h
@@ -5,6 +5,8 @@
#ifndef TOOLS_GN_PATTERN_H_
#define TOOLS_GN_PATTERN_H_
+#include <stddef.h>
+
#include <string>
#include <vector>
« no previous file with comments | « tools/gn/path_output_unittest.cc ('k') | tools/gn/pattern_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698