mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03: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
Notes:
sideshowbarker
2024-07-17 05:48:41 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/5f549fe5d9 Pull-request: https://github.com/SerenityOS/serenity/pull/15312 Reviewed-by: https://github.com/alimpfard
@ -13,6 +13,7 @@
|
||||
#include <LibSQL/Forward.h>
|
||||
#include <LibSQL/Heap.h>
|
||||
#include <LibSQL/Meta.h>
|
||||
#include <LibSQL/Serializer.h>
|
||||
|
||||
namespace SQL {
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <LibSQL/Heap.h>
|
||||
#include <LibSQL/Index.h>
|
||||
#include <LibSQL/Meta.h>
|
||||
#include <LibSQL/TupleDescriptor.h>
|
||||
|
||||
namespace SQL {
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <LibCore/Object.h>
|
||||
#include <LibSQL/Forward.h>
|
||||
#include <LibSQL/Meta.h>
|
||||
#include <LibSQL/Serializer.h>
|
||||
|
||||
namespace SQL {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user