mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibSQL: Add missing header includes
These are explicitly needed, and will cause compile errors as headers moved around in subsequent commits.
This commit is contained in:
parent
2029c98fa7
commit
5f549fe5d9
3 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <LibSQL/Heap.h>
|
||||
#include <LibSQL/Index.h>
|
||||
#include <LibSQL/Meta.h>
|
||||
#include <LibSQL/TupleDescriptor.h>
|
||||
|
||||
namespace SQL {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue