Skip to content

Commit 401a019

Browse files
author
shuxu.li
committed
feat: static table metadata access support
1 parent a09cb8b commit 401a019

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/iceberg/table.h

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

2020
#pragma once
2121

22+
#include <memory>
2223
#include <string>
2324
#include <unordered_map>
2425
#include <vector>

src/iceberg/table_impl.h

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

2020
#pragma once
2121

22+
#include <mutex>
2223
#include <string>
2324
#include <unordered_map>
2425
#include <vector>

0 commit comments

Comments
 (0)