summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r--src/mongo/db/clientcursor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h
index e413bb1862e..039b6f56efd 100644
--- a/src/mongo/db/clientcursor.h
+++ b/src/mongo/db/clientcursor.h
@@ -24,7 +24,10 @@
#pragma once
-#include "../pch.h"
+#include "pch.h"
+
+#include <boost/thread/recursive_mutex.hpp>
+
#include "cursor.h"
#include "jsobj.h"
#include "../util/net/message.h"