From 0b519209e65b5de7a00e52464464ad211bba27af Mon Sep 17 00:00:00 2001 From: avi Date: Sun, 20 Dec 2015 23:25:19 -0800 Subject: Switch to standard integer types in xxx/. BUG=138542 TBR=shess@chromium.org Review URL: https://codereview.chromium.org/1533283002 Cr-Commit-Position: refs/heads/master@{#366346} --- sql/connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/connection.h') diff --git a/sql/connection.h b/sql/connection.h index 7a80077..e121b9f 100644 --- a/sql/connection.h +++ b/sql/connection.h @@ -5,6 +5,7 @@ #ifndef SQL_CONNECTION_H_ #define SQL_CONNECTION_H_ +#include #include #include #include -- cgit v1.1