diff options
Diffstat (limited to 'libc/utils/MPFRWrapper/MPCommon.h')
-rw-r--r-- | libc/utils/MPFRWrapper/MPCommon.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/utils/MPFRWrapper/MPCommon.h b/libc/utils/MPFRWrapper/MPCommon.h index af03ff0..8bcc69c2 100644 --- a/libc/utils/MPFRWrapper/MPCommon.h +++ b/libc/utils/MPFRWrapper/MPCommon.h @@ -9,6 +9,7 @@ #ifndef LLVM_LIBC_UTILS_MPFRWRAPPER_MPCOMMON_H #define LLVM_LIBC_UTILS_MPFRWRAPPER_MPCOMMON_H +#include "hdr/stdint_proxy.h" #include "src/__support/CPP/string.h" #include "src/__support/CPP/type_traits.h" #include "src/__support/FPUtil/FPBits.h" @@ -16,8 +17,6 @@ #include "src/__support/macros/properties/types.h" #include "test/UnitTest/RoundingModeUtils.h" -#include <stdint.h> - #include "mpfr_inc.h" #ifdef LIBC_TYPES_FLOAT128_IS_NOT_LONG_DOUBLE |