Skip to content

Commit

Permalink
GH-40621: [C++] Add missing util/config.h in arrow/io/compressed_test…
Browse files Browse the repository at this point in the history
….cc (#40625)

### Rationale for this change

This is a follow-up of #40222. We need `#include arrow/util/config.h` for `ARROW_WITH_*`.

### What changes are included in this PR?

Add missing `#include`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #40621

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: mwish <anmmscs_maple@qq.com>
  • Loading branch information
kou authored Mar 18, 2024
1 parent 5718a28 commit 0840151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/io/compressed_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "arrow/testing/gtest_util.h"
#include "arrow/testing/util.h"
#include "arrow/util/compression.h"
#include "arrow/util/config.h"

namespace arrow {
namespace io {
Expand Down

0 comments on commit 0840151

Please sign in to comment.