Skip to content

Commit c4c65ab

Browse files
Fix complilation issue for libc++ (#2579)
1 parent 1dc6a65 commit c4c65ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010
- v4.1.0(TBD)
11-
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method
12-
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL
11+
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method.
12+
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL.
13+
- Fix compilation error when building from sources with libc++.
1314

1415
- v4.0.0(October 09,2025)
1516
- Added support for checking certificates revocation using revocation lists (CRLs)

src/snowflake/connector/nanoarrow_cpp/ArrowIterator/Util/time.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "time.hpp"
22

3+
#include <cstdlib>
4+
35
namespace sf {
46

57
namespace internal {

0 commit comments

Comments
 (0)