From 90e658dde8edb6db80ab279a09f8bfd89974b824 Mon Sep 17 00:00:00 2001 From: avi Date: Sun, 20 Dec 2015 23:16:19 -0800 Subject: Switch to standard integer types in gin/. BUG=138542 TBR=aa@chromium.org Switch to standard integer types in gin/. BUG=138542 TBR=aa@chromium.org Review URL: https://codereview.chromium.org/1541743002 Cr-Commit-Position: refs/heads/master@{#366345} --- gin/wrappable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gin/wrappable.h') diff --git a/gin/wrappable.h b/gin/wrappable.h index e6c7a71..f253fd9 100644 --- a/gin/wrappable.h +++ b/gin/wrappable.h @@ -7,6 +7,7 @@ #include +#include "base/macros.h" #include "base/template_util.h" #include "gin/converter.h" #include "gin/gin_export.h" -- cgit v1.1