summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/plan_cache.h')
-rw-r--r--src/mongo/db/query/plan_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/plan_cache.h b/src/mongo/db/query/plan_cache.h
index 02ab8ef64cb..332e7b79cea 100644
--- a/src/mongo/db/query/plan_cache.h
+++ b/src/mongo/db/query/plan_cache.h
@@ -28,8 +28,8 @@
#pragma once
-#include <set>
#include <boost/optional/optional.hpp>
+#include <set>
#include "mongo/db/exec/plan_stats.h"
#include "mongo/db/query/canonical_query.h"