diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-12 01:12:33 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-12 01:12:33 +0000 |
commit | 7d6aee4eff3510179f712d831a9b9a712197a5b3 (patch) | |
tree | 7b25988268580d05a498c513e99639dbf7ee183c | |
parent | c2f8e19e7adc538fb94c0f0dbbe04a0420a9b309 (diff) | |
download | chromium_src-7d6aee4eff3510179f712d831a9b9a712197a5b3.zip chromium_src-7d6aee4eff3510179f712d831a9b9a712197a5b3.tar.gz chromium_src-7d6aee4eff3510179f712d831a9b9a712197a5b3.tar.bz2 |
Add missing #include <string> in a new file that uses std::string.
Review URL: http://codereview.chromium.org/200113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26067 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | app/sql/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/sql/connection.h b/app/sql/connection.h index 2948980..2bb450a 100644 --- a/app/sql/connection.h +++ b/app/sql/connection.h @@ -7,6 +7,7 @@ #include <map> #include <set> +#include <string> #include "base/basictypes.h" #include "base/ref_counted.h" |