commit | 0b519209e65b5de7a00e52464464ad211bba27af | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Mon Dec 21 07:25:19 2015 |
committer | Commit bot <[email protected]> | Mon Dec 21 07:26:18 2015 |
tree | 3475a957ace7975f82e66e4cbd8ab3d22e619d28 | |
parent | 90e658dde8edb6db80ab279a09f8bfd89974b824 [diff] [blame] |
Switch to standard integer types in xxx/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1533283002 Cr-Commit-Position: refs/heads/master@{#366346}
diff --git a/sql/connection.h b/sql/connection.h index 7a80077..e121b9fe 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>