summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/synchronization.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/synchronization.cpp')
-rw-r--r--src/mongo/util/concurrency/synchronization.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/util/concurrency/synchronization.cpp b/src/mongo/util/concurrency/synchronization.cpp
index 0ad0519812e..81382077ee3 100644
--- a/src/mongo/util/concurrency/synchronization.cpp
+++ b/src/mongo/util/concurrency/synchronization.cpp
@@ -15,9 +15,10 @@
* limitations under the License.
*/
-#include "pch.h"
#include "synchronization.h"
+#include <boost/date_time/posix_time/posix_time.hpp>
+
namespace mongo {
Notification::Notification() : _mutex ( "Notification" ){