diff options
Diffstat (limited to 'le/le_file.hpp')
| -rw-r--r-- | le/le_file.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/le/le_file.hpp b/le/le_file.hpp index 09fc42d..0807ea4 100644 --- a/le/le_file.hpp +++ b/le/le_file.hpp @@ -12,6 +12,7 @@ #include "le_entry_table.hpp" #include "le_fixup_page_table.hpp" #include "le_fixup_record_table.hpp" +#include "le_pages.hpp" #include <cstdint> #include <cstddef> @@ -41,6 +42,7 @@ struct File EntryTable entry_table; FixupPageTable fixup_page_table; FixupRecordTable fixup_record_table; + Pages pages; }; File parse_file(std::istream& is); |
