We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4682306 + 90ab8a2 commit 4d34ee4Copy full SHA for 4d34ee4
1 file changed
cpp/src/arrow/util/align_util.cc
@@ -15,8 +15,12 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
-#include "arrow/util/align_util.h"
+// clang-format off
19
+// (prevent include reordering)
20
#include "arrow/util/windows_compatibility.h"
21
+// clang-format on
22
+
23
+#include "arrow/util/align_util.h"
24
25
#include "arrow/array.h"
26
#include "arrow/chunked_array.h"
0 commit comments