Skip to content

Commit 1f73394

Browse files
authored
SNOW-986347: Add cstdint header to SnowFlakeType.hpp (#1830)
1 parent aeffa76 commit 1f73394

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1717
- Fixed PyArrow Table type hinting
1818
- Added support for connecting using an existing connection via the session and master token.
1919
- Added support for connecting to Snowflake by authenticating with multiple SAML IDP using external browser.
20+
- Fixed compilation issue due to missing cstdint header on gcc13.
2021

2122
- v3.6.0(December 09,2023)
2223

src/snowflake/connector/nanoarrow_cpp/ArrowIterator/SnowflakeType.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define PC_SNOWFLAKETYPE_HPP
77

88
#include <algorithm>
9+
#include <cstdint>
910
#include <string>
1011
#include <unordered_map>
1112

0 commit comments

Comments
 (0)