We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9697b1 commit 1a66de4Copy full SHA for 1a66de4
cpp/src/arrow/util/int_util_overflow.h
@@ -26,10 +26,8 @@
26
#include "arrow/util/visibility.h"
27
28
// "safe-math.h" includes <intsafe.h> from the Windows headers.
29
-#include "arrow/util/windows_compatibility.h"
30
#include "arrow/vendored/portable-snippets/safe-math.h"
31
// clang-format off (avoid include reordering)
32
-#include "arrow/util/windows_fixup.h"
33
// clang-format on
34
35
namespace arrow {
0 commit comments