From 5dd13b4de686b8274d9b26567c97ba41330e18dc Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 17 Jul 2024 16:45:10 +0900 Subject: [PATCH] Add missing cstdint --- cpp/src/arrow/array/statistics.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/array/statistics.h b/cpp/src/arrow/array/statistics.h index 9544581b8a3df..ab9069e3a742e 100644 --- a/cpp/src/arrow/array/statistics.h +++ b/cpp/src/arrow/array/statistics.h @@ -17,6 +17,7 @@ #pragma once +#include #include #include #include