Skip to content

Commit

Permalink
SNOW-986347: Add cstdint header to SnowFlakeType.hpp (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
w08r authored Jan 22, 2024
1 parent aeffa76 commit 1f73394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
- Fixed PyArrow Table type hinting
- Added support for connecting using an existing connection via the session and master token.
- Added support for connecting to Snowflake by authenticating with multiple SAML IDP using external browser.
- Fixed compilation issue due to missing cstdint header on gcc13.

- v3.6.0(December 09,2023)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define PC_SNOWFLAKETYPE_HPP

#include <algorithm>
#include <cstdint>
#include <string>
#include <unordered_map>

Expand Down

0 comments on commit 1f73394

Please sign in to comment.