summaryrefslogtreecommitdiff
path: root/src/mongo/util/clock_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/clock_source.h')
-rw-r--r--src/mongo/util/clock_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/clock_source.h b/src/mongo/util/clock_source.h
index 34b004f2712..c27d22b1dd3 100644
--- a/src/mongo/util/clock_source.h
+++ b/src/mongo/util/clock_source.h
@@ -39,7 +39,7 @@
namespace mongo {
-class Date_t;
+class Waitable;
/**
* An interface for getting the current wall clock time.