summaryrefslogtreecommitdiffstats
path: root/base/waitable_event_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/waitable_event_win.cc')
-rw-r--r--base/waitable_event_win.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/waitable_event_win.cc b/base/waitable_event_win.cc
index 58fbfde..da2d2d8 100644
--- a/base/waitable_event_win.cc
+++ b/base/waitable_event_win.cc
@@ -30,7 +30,9 @@
#include "base/waitable_event.h"
#include <windows.h>
+
#include "base/logging.h"
+#include "base/time.h"
namespace base {
@@ -78,7 +80,6 @@ bool WaitableEvent::TimedWait(const TimeDelta& max_time) {
// about it if it should ever fail.
NOTREACHED() << "WaitForSingleObject failed";
return false;
-
}
} // namespace base