1 parent 799c474 commit 8317b0eCopy full SHA for 8317b0e
2 files changed
src/iceberg/manifest/manifest_reader.h
@@ -30,6 +30,7 @@
30
#include <vector>
31
32
#include "iceberg/iceberg_export.h"
33
+#include "iceberg/manifest/manifest_entry.h"
34
#include "iceberg/metrics/counter.h"
35
#include "iceberg/result.h"
36
#include "iceberg/type_fwd.h"
src/iceberg/test/meson.build
@@ -110,7 +110,6 @@ iceberg_tests = {
110
'executor_util_test.cc',
111
'file_io_test.cc',
112
'formatter_test.cc',
113
- 'stream_test.cc',
114
'lazy_test.cc',
115
'location_util_test.cc',
116
'math_util_internal_test.cc',
@@ -119,6 +118,7 @@ iceberg_tests = {
119
118
'resolving_file_io_test.cc',
120
'retry_util_test.cc',
121
'roaring_position_bitmap_test.cc',
+ 'stream_test.cc',
122
'string_util_test.cc',
123
'struct_like_set_test.cc',
124
'task_group_test.cc',
0 commit comments