Skip to content

Commit 77f8d27

Browse files
committed
Revert "[libc++] Remove a few unused includes from <__bit/*> (llvm#137934)"
This partially reverts commit a6459de.
1 parent 4013f32 commit 77f8d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__bit/countl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef _LIBCPP___BIT_COUNTL_H
1010
#define _LIBCPP___BIT_COUNTL_H
1111

12+
#include <__bit/rotate.h>
1213
#include <__config>
1314
#include <__type_traits/integer_traits.h>
1415
#include <limits>

0 commit comments

Comments
 (0)