Make the code less weird

This commit is contained in:
Alexey Milovidov 2019-02-26 16:13:00 +03:00
parent eca885f754
commit 2c8535e2ec

View File

@ -27,6 +27,8 @@
//===----------------------------------------------------------------------===//
#include <cstdint>
#include <cstddef>
#include <cstring>
#include <type_traits>
using int128_t = __int128;