summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/sort.h')
-rw-r--r--src/mongo/db/exec/sort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/sort.h b/src/mongo/db/exec/sort.h
index 650eb9174d1..e2efeb87337 100644
--- a/src/mongo/db/exec/sort.h
+++ b/src/mongo/db/exec/sort.h
@@ -28,8 +28,8 @@
#pragma once
-#include <vector>
#include <set>
+#include <vector>
#include "mongo/db/exec/plan_stage.h"
#include "mongo/db/exec/sort_key_generator.h"