Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit b80b07e

Browse files
author
Artem Tarasov
committed
fix includes
1 parent ae95462 commit b80b07e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/parquet/column/statistics.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <cstdint>
2222
#include <string>
23+
#include <vector>
2324

2425
#include "parquet/types.h"
2526
#include "parquet/schema/descriptor.h"

src/parquet/util/comparison.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ inline bool Compare<FLBA>::operator()(const FLBA& a, const FLBA& b) {
5353

5454
} // namespace parquet
5555

56-
#endif // PARQUET_UTIL_CPU_INFO_H
56+
#endif // PARQUET_UTIL_COMPARISON_H

0 commit comments

Comments
 (0)