Skip to content

Commit

Permalink
Fix build issue on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Jul 26, 2024
1 parent cd6c0b8 commit 0176ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/core/src/clp_s/TableReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class TableReader {
};

struct TableMetadata {
TableMetadata(size_t offset, size_t size) : file_offset(offset), uncompressed_size(size) {}

size_t file_offset;
size_t uncompressed_size;
};
Expand Down

0 comments on commit 0176ecb

Please sign in to comment.