commit | cab0f83c7f6c4401bc59c8b797461b6a2f7b08e1 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Sat Dec 26 07:00:39 2015 |
committer | Commit bot <[email protected]> | Sat Dec 26 07:01:21 2015 |
tree | 44f3f19f4d8b06e3682cbab3c3b0d02bac66b974 | |
parent | 36b6aec9a5f4953e2177146503096ca7de00cc36 [diff] [blame] |
Switch to standard integer types in tools/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1549203002 Cr-Commit-Position: refs/heads/master@{#366895}
diff --git a/tools/gn/unique_vector.h b/tools/gn/unique_vector.h index b5bc65d..e629ce2 100644 --- a/tools/gn/unique_vector.h +++ b/tools/gn/unique_vector.h
@@ -5,6 +5,8 @@ #ifndef TOOLS_GN_UNIQUE_VECTOR_H_ #define TOOLS_GN_UNIQUE_VECTOR_H_ +#include <stddef.h> + #include <algorithm> #include "base/containers/hash_tables.h"