diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 01:07:56 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 01:07:56 +0000 |
commit | 492b66f86ee61a9e664be7fe8618130a9da05c92 (patch) | |
tree | c8cb9519bf8cb9b5d1a35067ea076cee8a4b45f0 | |
parent | 1ba6200e3158e3711d10e9c0f19c98da91b2ea8f (diff) | |
download | chromium_src-492b66f86ee61a9e664be7fe8618130a9da05c92.zip chromium_src-492b66f86ee61a9e664be7fe8618130a9da05c92.tar.gz chromium_src-492b66f86ee61a9e664be7fe8618130a9da05c92.tar.bz2 |
Fix other release bustage. Gah
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10850 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/views/window.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/views/window.cc b/chrome/views/window.cc index 80c6f31..0deffd3 100644 --- a/chrome/views/window.cc +++ b/chrome/views/window.cc @@ -4,6 +4,8 @@ #include "chrome/views/window.h" +#include <shellapi.h> + #include "base/win_util.h" #include "chrome/app/chrome_dll_resource.h" #include "chrome/common/gfx/chrome_canvas.h" |