summaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-26 09:30:50 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 17:32:10 +0000
commit51ba3e6902ecd7284d3be51db648127d1be2187f (patch)
tree368c5fca978f6e804d5774b22a9bd2c07eff1fc8 /sql
parent0d65fb8a06f3ab6e5c309e378e12640a2906af66 (diff)
downloadchromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.zip
chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.gz
chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.bz2
Clean up header files.
BUG=138542 TBR=ben@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1544283002 Cr-Commit-Position: refs/heads/master@{#366903}
Diffstat (limited to 'sql')
-rw-r--r--sql/connection.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/connection.cc b/sql/connection.cc
index 88acef0..4d23f7d 100644
--- a/sql/connection.cc
+++ b/sql/connection.cc
@@ -4,6 +4,7 @@
#include "sql/connection.h"
+#include <limits.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>