Update 'src/include/disk/page.h'
Added <cstddef> to page (std::byte was not found by some compilers)
This commit is contained in:
parent
406befa0cb
commit
045e48b12b
|
@ -26,6 +26,7 @@
|
|||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <cstddef>
|
||||
|
||||
namespace beedb::disk
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue