Skip to content

Commit adce347

Browse files
committed
fix missing import
1 parent efb6a28 commit adce347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/shared/math/frexpf128.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifdef LIBC_TYPES_HAS_FLOAT128
1515

1616
#include "shared/libc_common.h"
17+
#include "src/__support/math/frexpf128.h"
1718

1819
namespace LIBC_NAMESPACE_DECL {
1920
namespace shared {

0 commit comments

Comments
 (0)