Skip to content

Commit

Permalink
apacheGH-35736: [C++] Fix compile key_map_avx2.cc (apache#35737)
Browse files Browse the repository at this point in the history
Add missing include for `ARROW_DCHECK`.

* Closes: apache#35736

Authored-by: light-city <455954986@qq.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
Light-City authored May 24, 2023
1 parent 5582605 commit f45a9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/compute/key_map_avx2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <immintrin.h>

#include "arrow/compute/key_map.h"
#include "arrow/util/logging.h"

namespace arrow {
namespace compute {
Expand Down

0 comments on commit f45a9e5

Please sign in to comment.