summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog_cache_test_fixture.h')
-rw-r--r--src/mongo/s/catalog_cache_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/catalog_cache_test_fixture.h b/src/mongo/s/catalog_cache_test_fixture.h
index 1a1c1f42aab..c9f0ff255aa 100644
--- a/src/mongo/s/catalog_cache_test_fixture.h
+++ b/src/mongo/s/catalog_cache_test_fixture.h
@@ -29,12 +29,12 @@
#pragma once
+#include <memory>
#include <vector>
#include "mongo/db/namespace_string.h"
#include "mongo/s/catalog_cache.h"
#include "mongo/s/sharding_router_test_fixture.h"
-#include "mongo/stdx/memory.h"
namespace mongo {