C#: Fix compilation

This commit is contained in:
Anders Schack-Mulligen
2023-10-25 14:31:49 +02:00
parent 5ded55cd9f
commit 6882504397

View File

@@ -12,6 +12,8 @@ class SsaVariable = SU::SsaVariable;
class Expr = CS::ControlFlow::Nodes::ExprNode;
class Location = CS::Location;
class IntegralType = CS::IntegralType;
class ConstantIntegerExpr = CU::ConstantIntegerExpr;