aboutsummaryrefslogtreecommitdiff
path: root/src/checker/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker/type.cpp')
-rw-r--r--src/checker/type.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker/type.cpp b/src/checker/type.cpp
index 8db89a38c..f2db752a0 100644
--- a/src/checker/type.cpp
+++ b/src/checker/type.cpp
@@ -369,6 +369,7 @@ gb_global Type *t_type_info_struct = NULL;
gb_global Type *t_type_info_union = NULL;
gb_global Type *t_type_info_raw_union = NULL;
gb_global Type *t_type_info_enum = NULL;
+gb_global Type *t_type_info_any = NULL;