diff options
Diffstat (limited to 'Userland/Libraries/LibSQL/Forward.h')
-rw-r--r-- | Userland/Libraries/LibSQL/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibSQL/Forward.h b/Userland/Libraries/LibSQL/Forward.h index 2569fc65d0..ff2ee64f43 100644 --- a/Userland/Libraries/LibSQL/Forward.h +++ b/Userland/Libraries/LibSQL/Forward.h @@ -29,6 +29,7 @@ class Expression; class GroupByClause; class InChainedExpression; class InSelectionExpression; +class Insert; class InTableExpression; class InvertibleNestedDoubleExpression; class InvertibleNestedExpression; |