summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/connection_pool.h')
-rw-r--r--src/mongo/executor/connection_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/connection_pool.h b/src/mongo/executor/connection_pool.h
index 1ac0b7194ee..68ea3ad4eba 100644
--- a/src/mongo/executor/connection_pool.h
+++ b/src/mongo/executor/connection_pool.h
@@ -28,8 +28,8 @@
#pragma once
#include <memory>
-#include <unordered_map>
#include <queue>
+#include <unordered_map>
#include "mongo/base/disallow_copying.h"
#include "mongo/stdx/chrono.h"