diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:07:41 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:07:41 -0400 |
| commit | 476bacc27671de92e8fdbc5b2a904bbf8bc80377 (patch) | |
| tree | 035183cccc5aa42cb5885dbbccdb6f9cf4f2aa23 /src/compile/sets.c | |
| parent | e4d080f598b8528d5200deccde279ff02ac5750e (diff) | |
More splitting out into separate files.
Diffstat (limited to 'src/compile/sets.c')
| -rw-r--r-- | src/compile/sets.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compile/sets.c b/src/compile/sets.c index 7cb56fff..2abd4a08 100644 --- a/src/compile/sets.c +++ b/src/compile/sets.c @@ -10,6 +10,8 @@ #include "optionals.h" #include "pointers.h" #include "promotion.h" +#include "statements.h" +#include "types.h" static ast_t *add_to_set_comprehension(ast_t *item, ast_t *subject) { return WrapAST(item, MethodCall, .name = "add", .self = subject, .args = new (arg_ast_t, .value = item)); |
