diff --git a/include/pocketpy/vm.h b/include/pocketpy/vm.h index 88fa0d1b..15d90de1 100644 --- a/include/pocketpy/vm.h +++ b/include/pocketpy/vm.h @@ -48,7 +48,7 @@ struct PyTypeInfo{ StrName name; bool subclass_enabled; - pod_vector annotated_fields = {}; + std::vector annotated_fields = {}; // cached special methods // unary operators