diff options
Diffstat (limited to 'libc/utils/MPFRWrapper/MPFRUtils.h')
-rw-r--r-- | libc/utils/MPFRWrapper/MPFRUtils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/utils/MPFRWrapper/MPFRUtils.h b/libc/utils/MPFRWrapper/MPFRUtils.h index c77a6aa..45468c6 100644 --- a/libc/utils/MPFRWrapper/MPFRUtils.h +++ b/libc/utils/MPFRWrapper/MPFRUtils.h @@ -9,13 +9,12 @@ #ifndef LLVM_LIBC_UTILS_MPFRWRAPPER_MPFRUTILS_H #define LLVM_LIBC_UTILS_MPFRWRAPPER_MPFRUTILS_H +#include "hdr/stdint_proxy.h" #include "src/__support/CPP/type_traits.h" #include "src/__support/macros/config.h" #include "test/UnitTest/RoundingModeUtils.h" #include "test/UnitTest/Test.h" -#include <stdint.h> - namespace LIBC_NAMESPACE_DECL { namespace testing { namespace mpfr { |