Skip to content

Commit

Permalink
Add missing cstdint
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 17, 2024
1 parent 2647f99 commit 5dd13b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/array/statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#pragma once

#include <cstdint>
#include <optional>
#include <string>
#include <string_view>
Expand Down

0 comments on commit 5dd13b4

Please sign in to comment.