Skip to content

Commit 6882504

Browse files
committed
C#: Fix compilation
1 parent 5ded55c commit 6882504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/BoundSpecific.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class SsaVariable = SU::SsaVariable;
1212

1313
class Expr = CS::ControlFlow::Nodes::ExprNode;
1414

15+
class Location = CS::Location;
16+
1517
class IntegralType = CS::IntegralType;
1618

1719
class ConstantIntegerExpr = CU::ConstantIntegerExpr;

0 commit comments

Comments
 (0)