You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/06 13:55:04 UTC

[GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++

jorisvandenbossche commented on code in PR #13282:
URL: https://github.com/apache/arrow/pull/13282#discussion_r890173767


##########
cpp/src/arrow/util/int_util.h:
##########
@@ -21,6 +21,7 @@
 #include <type_traits>
 
 #include "arrow/status.h"
+#include "arrow/util/int_util_overflow.h"

Review Comment:
   But currently this PR makes `int_util_overflow.h` (formerly `int_util_internal.h`) also a public header? (and so Windows.h gets included that way as well)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org