summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/spin_lock_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/spin_lock_test.cpp')
-rw-r--r--src/mongo/util/concurrency/spin_lock_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/util/concurrency/spin_lock_test.cpp b/src/mongo/util/concurrency/spin_lock_test.cpp
index 70c5288f86e..62266221b2a 100644
--- a/src/mongo/util/concurrency/spin_lock_test.cpp
+++ b/src/mongo/util/concurrency/spin_lock_test.cpp
@@ -29,7 +29,8 @@
#include "mongo/platform/basic.h"
-#include "mongo/stdx/functional.h"
+#include <functional>
+
#include "mongo/stdx/thread.h"
#include "mongo/unittest/unittest.h"
#include "mongo/util/concurrency/spin_lock.h"