diff options
-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" |