summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/task_runner_test_fixture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/task_runner_test_fixture.cpp')
-rw-r--r--src/mongo/db/repl/task_runner_test_fixture.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/repl/task_runner_test_fixture.cpp b/src/mongo/db/repl/task_runner_test_fixture.cpp
index 077c0d833ce..ade615489b1 100644
--- a/src/mongo/db/repl/task_runner_test_fixture.cpp
+++ b/src/mongo/db/repl/task_runner_test_fixture.cpp
@@ -31,8 +31,9 @@
#include "mongo/db/repl/task_runner_test_fixture.h"
+#include <functional>
+
#include "mongo/db/repl/task_runner.h"
-#include "mongo/stdx/functional.h"
#include "mongo/stdx/memory.h"
namespace mongo {