summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/mutable/algorithm.h')
-rw-r--r--src/mongo/bson/mutable/algorithm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/mutable/algorithm.h b/src/mongo/bson/mutable/algorithm.h
index 66cec29956a..850f37d9f00 100644
--- a/src/mongo/bson/mutable/algorithm.h
+++ b/src/mongo/bson/mutable/algorithm.h
@@ -27,8 +27,8 @@
#pragma once
-#include <cstddef>
#include <algorithm>
+#include <cstddef>
#include <vector>
#include "mongo/bson/mutable/const_element.h"