diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 10:01:46 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 10:01:46 +0000 |
commit | 43e451f365f211a0fc45e71ea9eb90a5dac1c132 (patch) | |
tree | f56447d78944a608264bfe6daea01368a2b655ac | |
parent | e9ba26d8303272f6a4a75b53ebf4b96ae8df05f6 (diff) | |
download | chromium_src-43e451f365f211a0fc45e71ea9eb90a5dac1c132.zip chromium_src-43e451f365f211a0fc45e71ea9eb90a5dac1c132.tar.gz chromium_src-43e451f365f211a0fc45e71ea9eb90a5dac1c132.tar.bz2 |
Fix release build bustage.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1147 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/automation/window_proxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/automation/window_proxy.h b/chrome/test/automation/window_proxy.h index 9fe7740..6d7e572 100644 --- a/chrome/test/automation/window_proxy.h +++ b/chrome/test/automation/window_proxy.h @@ -31,6 +31,9 @@ #define CHROME_TEST_AUTOMATION_WINDOW_PROXY_H__ #include <string> + +#include <windows.h> + #include "base/thread.h" #include "chrome/test/automation/automation_handle_tracker.h" |