Skip to content

Commit 303dc94

Browse files
committed
[libc] use abs from algorithm.h
Signed-off-by: Shreeyash Pandey <[email protected]>
1 parent 73a93c3 commit 303dc94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/__support/fixed_point/fx_bits.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define LLVM_LIBC_SRC___SUPPORT_FIXED_POINT_FX_BITS_H
1111

1212
#include "include/llvm-libc-macros/stdfix-macros.h"
13+
#include "src/__support/CPP/algorithm.h"
1314
#include "src/__support/CPP/bit.h"
1415
#include "src/__support/CPP/limits.h" // numeric_limits
1516
#include "src/__support/CPP/type_traits.h"

0 commit comments

Comments
 (0)