From 02a4d17f5a95ceea4049ccf1036f051d6630dfb1 Mon Sep 17 00:00:00 2001 From: avi Date: Sun, 20 Dec 2015 22:14:36 -0800 Subject: Switch to standard integer types in cc/. BUG=138542 TBR=danakj@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1539203002 Cr-Commit-Position: refs/heads/master@{#366333} --- cc/surfaces/surface_id.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cc/surfaces/surface_id.h') diff --git a/cc/surfaces/surface_id.h b/cc/surfaces/surface_id.h index 070265a..0ade6ab 100644 --- a/cc/surfaces/surface_id.h +++ b/cc/surfaces/surface_id.h @@ -5,6 +5,9 @@ #ifndef CC_SURFACES_SURFACE_ID_H_ #define CC_SURFACES_SURFACE_ID_H_ +#include +#include + #include "base/containers/hash_tables.h" namespace cc { -- cgit v1.1