mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
LibSQL: Add missing forward declarations
This commit is contained in:
parent
0252563a4e
commit
35f0450dd8
1 changed files with 2 additions and 0 deletions
|
@ -24,9 +24,11 @@ class Delete;
|
|||
class DropTable;
|
||||
class ErrorExpression;
|
||||
class ErrorStatement;
|
||||
class ExistsExpression;
|
||||
class Expression;
|
||||
class GroupByClause;
|
||||
class InChainedExpression;
|
||||
class InSelectionExpression;
|
||||
class InTableExpression;
|
||||
class InvertibleNestedDoubleExpression;
|
||||
class InvertibleNestedExpression;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue