Skip to content

Commit 0f8bfd0

Browse files
committed
Fix include order
1 parent 2511489 commit 0f8bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/bitset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ template <size_t N> struct hash<std::bitset<N>>;
132132
# include <__algorithm/fill.h>
133133
# include <__algorithm/fill_n.h>
134134
# include <__algorithm/find.h>
135-
# include <__bit_reference>
136135
# include <__assert>
136+
# include <__bit_reference>
137137
# include <__config>
138138
# include <__functional/hash.h>
139139
# include <__functional/unary_function.h>

0 commit comments

Comments
 (0)