File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 12
12
#include < __bit/bit_log2.h>
13
13
#include < __concepts/arithmetic.h>
14
14
#include < __config>
15
+ #include < limits>
15
16
16
17
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
17
18
# pragma GCC system_header
Original file line number Diff line number Diff line change 9
9
#ifndef _LIBCPP___BIT_COUNTL_H
10
10
#define _LIBCPP___BIT_COUNTL_H
11
11
12
+ #include < __bit/rotate.h>
12
13
#include < __concepts/arithmetic.h>
13
14
#include < __config>
14
15
#include < __type_traits/is_unsigned_integer.h>
Original file line number Diff line number Diff line change 9
9
#ifndef _LIBCPP___BIT_COUNTR_H
10
10
#define _LIBCPP___BIT_COUNTR_H
11
11
12
+ #include < __assert>
12
13
#include < __concepts/arithmetic.h>
13
14
#include < __config>
14
15
#include < __type_traits/is_unsigned.h>
Original file line number Diff line number Diff line change 9
9
#ifndef _LIBCPP___BIT_POPCOUNT_H
10
10
#define _LIBCPP___BIT_POPCOUNT_H
11
11
12
+ #include < __bit/rotate.h>
12
13
#include < __concepts/arithmetic.h>
13
14
#include < __config>
14
15
#include < __type_traits/is_unsigned.h>
16
+ #include < limits>
15
17
16
18
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
17
19
# pragma GCC system_header
You can’t perform that action at this time.
0 commit comments