diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 8273af3f1..a721c6394 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -2,6 +2,7 @@ struct Scope; struct Checker; struct Type; struct DeclInfo; +struct lbModule; #define ENTITY_KINDS \ @@ -104,6 +105,8 @@ struct Entity { Entity * using_parent; Ast * using_expr; + lbModule * code_gen_module; + isize order_in_src; String deprecated_message; |