Skip to content

Commit 931c583

Browse files
committed
v1
1 parent 1c1be54 commit 931c583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/iceberg/manifest_writer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include "iceberg/file_writer.h"
2929
#include "iceberg/iceberg_export.h"
30+
#include "iceberg/type_fwd.h"
3031

3132
namespace iceberg {
3233

@@ -42,7 +43,7 @@ class ICEBERG_EXPORT ManifestWriter {
4243
/// \param file_io File IO implementation to use.
4344
/// \return A Result containing the writer or an error.
4445
static Result<std::unique_ptr<ManifestWriter>> MakeWriter(
45-
std::string_view manifest_location, std::shared_ptr<FileuuuIO> file_io,
46+
std::string_view manifest_location, std::shared_ptr<FileIO> file_io,
4647
std::shared_ptr<Schema> partition_schema);
4748
};
4849

0 commit comments

Comments
 (0)