These are explicitly needed, and will cause compile errors as headers moved around in subsequent commits.
@@ -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/Index.h>
+#include <LibSQL/TupleDescriptor.h>
@@ -9,6 +9,7 @@
#include <LibCore/Object.h>