summaryrefslogtreecommitdiff
path: root/src/mongo/base/data_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/base/data_view.h')
-rw-r--r--src/mongo/base/data_view.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/base/data_view.h b/src/mongo/base/data_view.h
index 5801ca26635..bb19b561fae 100644
--- a/src/mongo/base/data_view.h
+++ b/src/mongo/base/data_view.h
@@ -27,11 +27,10 @@
#pragma once
-#include "mongo/config.h"
-
#include <cstring>
#include <type_traits>
+#include "mongo/config.h"
#include "mongo/platform/endian.h"
namespace mongo {