summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system_wrappers/interface/clock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/system_wrappers/interface/clock.h b/system_wrappers/interface/clock.h
index c03f976d..2bb6c108 100644
--- a/system_wrappers/interface/clock.h
+++ b/system_wrappers/interface/clock.h
@@ -11,14 +11,13 @@
#ifndef WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
#define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
+#include "webrtc/system_wrappers/interface/rw_lock_wrapper.h"
#include "webrtc/system_wrappers/interface/scoped_ptr.h"
#include "webrtc/system_wrappers/interface/thread_annotations.h"
#include "webrtc/typedefs.h"
namespace webrtc {
-class RWLockWrapper;
-
// January 1970, in NTP seconds.
const uint32_t kNtpJan1970 = 2208988800UL;