diff options
Diffstat (limited to 'libc/utils/MPCWrapper/MPCUtils.cpp')
-rw-r--r-- | libc/utils/MPCWrapper/MPCUtils.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/utils/MPCWrapper/MPCUtils.cpp b/libc/utils/MPCWrapper/MPCUtils.cpp index 7c7821d..11e93ec 100644 --- a/libc/utils/MPCWrapper/MPCUtils.cpp +++ b/libc/utils/MPCWrapper/MPCUtils.cpp @@ -8,13 +8,12 @@ #include "MPCUtils.h" +#include "hdr/stdint_proxy.h" #include "src/__support/CPP/array.h" #include "src/__support/CPP/stringstream.h" #include "utils/MPCWrapper/mpc_inc.h" #include "utils/MPFRWrapper/MPCommon.h" -#include <stdint.h> - template <typename T> using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; namespace LIBC_NAMESPACE_DECL { |