diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 01:16:10 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 01:16:10 +0000 |
commit | efd73788611d6060d46c0802d7de497539e9814c (patch) | |
tree | 35e0af9b37839bbb2ff6638b78964c3859a3cd25 /app/combobox_model.h | |
parent | 733436966716d5307a251c2852931531edc9b963 (diff) | |
download | chromium_src-efd73788611d6060d46c0802d7de497539e9814c.zip chromium_src-efd73788611d6060d46c0802d7de497539e9814c.tar.gz chromium_src-efd73788611d6060d46c0802d7de497539e9814c.tar.bz2 |
Add missing include.
TBR=ben
Review URL: http://codereview.chromium.org/171092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/combobox_model.h')
-rw-r--r-- | app/combobox_model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/combobox_model.h b/app/combobox_model.h index 680f1e8..514e712 100644 --- a/app/combobox_model.h +++ b/app/combobox_model.h @@ -5,6 +5,8 @@ #ifndef APP_COMBOBOX_MODEL_H_ #define APP_COMBOBOX_MODEL_H_ +#include <string> + // The interface for models backing a combobox. class ComboboxModel { public: |