Skip to content

Commit 0689cbc

Browse files
Include suggestion
Co-authored-by: Rossi Sun <[email protected]>
1 parent ef519da commit 0689cbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/src/arrow/acero/backpressure.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
// under the License.
1717

1818
#pragma once
19-
#include "arrow/acero/options.h"
2019

2120
#include <mutex>
21+
22+
#include "arrow/acero/options.h"
23+
2224
namespace arrow::acero {
2325

2426
// Generic backpressure controller for ExecNode

0 commit comments

Comments
 (0)