diff options
-rw-r--r-- | chrome/browser/hang_monitor/hung_window_detector.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/hang_monitor/hung_window_detector.cc b/chrome/browser/hang_monitor/hung_window_detector.cc index cd93c69..129a3c7 100644 --- a/chrome/browser/hang_monitor/hung_window_detector.cc +++ b/chrome/browser/hang_monitor/hung_window_detector.cc @@ -5,6 +5,7 @@ #include "chrome/browser/hang_monitor/hung_window_detector.h" #include <windows.h> +#include <atlbase.h> #include "base/logging.h" #include "chrome/app/result_codes.h" |