summaryrefslogtreecommitdiffstats
path: root/sql/connection.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-20 23:25:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 07:26:18 +0000
commit0b519209e65b5de7a00e52464464ad211bba27af (patch)
tree3475a957ace7975f82e66e4cbd8ab3d22e619d28 /sql/connection.h
parent90e658dde8edb6db80ab279a09f8bfd89974b824 (diff)
downloadchromium_src-0b519209e65b5de7a00e52464464ad211bba27af.zip
chromium_src-0b519209e65b5de7a00e52464464ad211bba27af.tar.gz
chromium_src-0b519209e65b5de7a00e52464464ad211bba27af.tar.bz2
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}
Diffstat (limited to 'sql/connection.h')
-rw-r--r--sql/connection.h1
1 files changed, 1 insertions, 0 deletions
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 <stddef.h>
#include <stdint.h>
#include <map>
#include <set>