Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 19, 2022
1 parent 60db092 commit 8606e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/compute/exec/aggregate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <mutex>
#include <thread>
#include <unordered_map>

#include "arrow/compute/exec_internal.h"
#include "arrow/compute/registry.h"
Expand Down
1 change: 1 addition & 0 deletions cpp/src/arrow/compute/exec/tpch_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <mutex>
#include <queue>
#include <random>
#include <unordered_map>
#include <unordered_set>
#include <vector>

Expand Down

0 comments on commit 8606e6f

Please sign in to comment.