summaryrefslogtreecommitdiff
path: root/src/vm/vars.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/vars.hpp')
-rw-r--r--src/vm/vars.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vm/vars.hpp b/src/vm/vars.hpp
index c2128859c2..cfb4a93233 100644
--- a/src/vm/vars.hpp
+++ b/src/vm/vars.hpp
@@ -432,6 +432,10 @@ GPTR_DECL(MethodTable, g_pBaseCOMObject);
GPTR_DECL(MethodTable, g_pBaseRuntimeClass);
#endif
+#ifdef FEATURE_ICASTABLE
+GPTR_DECL(MethodTable, g_pICastableInterface);
+#endif // FEATURE_ICASTABLE
+
GPTR_DECL(MethodDesc, g_pPrepareConstrainedRegionsMethod);
GPTR_DECL(MethodDesc, g_pExecuteBackoutCodeHelperMethod);