From efd73788611d6060d46c0802d7de497539e9814c Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Tue, 18 Aug 2009 01:16:10 +0000 Subject: 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 --- app/combobox_model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') 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 + // The interface for models backing a combobox. class ComboboxModel { public: -- cgit v1.1