diff options
author | thegeorg <[email protected]> | 2022-12-14 13:11:45 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2022-12-14 13:11:45 +0300 |
commit | 7b2317ba8baa3414534e276c89e74f3033be9f69 (patch) | |
tree | 34bcc887b61bd073162b9ea5f017f3f792d78a2c /contrib/libs/apache/arrow/cpp | |
parent | 47490f2785d458995a29c75f5dd92f68f492a065 (diff) |
Drop MSVC-specific workaround for using int128 implementation from boost
Diffstat (limited to 'contrib/libs/apache/arrow/cpp')
-rw-r--r-- | contrib/libs/apache/arrow/cpp/src/arrow/util/int128_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/apache/arrow/cpp/src/arrow/util/int128_internal.h b/contrib/libs/apache/arrow/cpp/src/arrow/util/int128_internal.h index 1d494671a9f..d7eb834904e 100644 --- a/contrib/libs/apache/arrow/cpp/src/arrow/util/int128_internal.h +++ b/contrib/libs/apache/arrow/cpp/src/arrow/util/int128_internal.h @@ -20,7 +20,7 @@ #include "arrow/util/macros.h" #ifndef ARROW_USE_NATIVE_INT128 -#include <boost/multiprecision/cpp_int.hpp> +#error #include <boost/multiprecision/cpp_int.hpp> #endif namespace arrow { |