commit | 90e658dde8edb6db80ab279a09f8bfd89974b824 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Mon Dec 21 07:16:19 2015 |
committer | Commit bot <[email protected]> | Mon Dec 21 07:17:28 2015 |
tree | e4638fd3b1c9a2f47c02d3365e48df64d38f6227 | |
parent | e0012b1788305f597dd5c14e79a1f796dc3bbaf2 [diff] [blame] |
Switch to standard integer types in gin/. BUG=138542 [email protected] Switch to standard integer types in gin/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1541743002 Cr-Commit-Position: refs/heads/master@{#366345}
diff --git a/gin/interceptor.cc b/gin/interceptor.cc index 617fd08..6b7b812 100644 --- a/gin/interceptor.cc +++ b/gin/interceptor.cc
@@ -4,6 +4,8 @@ #include "gin/interceptor.h" +#include <stdint.h> + #include <map> #include "gin/per_isolate_data.h"