Fix ncore import

This commit is contained in:
2024-07-17 16:24:33 +02:00
parent 76994b2567
commit b475357cf9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
// [x] Improve error reporting on mismatched overloads when types don't match, but arity does
// [x] Improve error reporting for type mismatches in general. It seems like the expect node is not always correct.
#import "nbrutil";
#import "ncore";
#import "Hash_Table";
#import "String";