We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2daf8 commit be1de48Copy full SHA for be1de48
1 file changed
cpp/src/arrow/util/tracing_internal.h
@@ -23,6 +23,8 @@
23
#include "arrow/util/config.h"
24
25
#ifdef ARROW_WITH_OPENTELEMETRY
26
+// Avoid for example defining max() macro
27
+# include "arrow/util/windows_compatibility.h"
28
# ifdef _MSC_VER
29
# pragma warning(push)
30
# pragma warning(disable : 4522)
0 commit comments