Skip to content

Commit 016e3cf

Browse files
authored
GH-48566: [C++][CI] Fix compilation on Valgrind job (#48567)
### Rationale for this change A `#include` required on Valgrind (due to conditional compilation) was removed in PR #45462. ### Are these changes tested? Yes, by existing CI jobs. ### Are there any user-facing changes? No. * GitHub Issue: #48566 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent 2e12201 commit 016e3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/dataset/file_parquet_encryption_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include "arrow/util/thread_pool.h"
3939
#include "parquet/arrow/reader.h"
4040
#include "parquet/encryption/crypto_factory.h"
41+
#include "parquet/encryption/encryption_internal.h" // for EnsureBackendInitialized
4142
#include "parquet/encryption/kms_client.h"
4243
#include "parquet/encryption/test_in_memory_kms.h"
4344

0 commit comments

Comments
 (0)