diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 20:17:20 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 20:17:20 +0000 |
commit | 35d33c6a5ad2a1675e19746704fe97d06e27c231 (patch) | |
tree | 6f413319aa757ae7e1bb8340ce83757c328eed2c /chrome/views/native_control.h | |
parent | 9f9e76fa2c9cefbe3d4a0a1d4df20cf377da8cc1 (diff) | |
download | chromium_src-35d33c6a5ad2a1675e19746704fe97d06e27c231.zip chromium_src-35d33c6a5ad2a1675e19746704fe97d06e27c231.tar.gz chromium_src-35d33c6a5ad2a1675e19746704fe97d06e27c231.tar.bz2 |
attempt at fixing release bustage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/native_control.h')
-rw-r--r-- | chrome/views/native_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/views/native_control.h b/chrome/views/native_control.h index 6831069..68529b9 100644 --- a/chrome/views/native_control.h +++ b/chrome/views/native_control.h @@ -5,6 +5,8 @@ #ifndef CHROME_VIEWS_NATIVE_CONTROL_H__ #define CHROME_VIEWS_NATIVE_CONTROL_H__ +#include <windows.h> + #include "chrome/views/view.h" namespace views { |