diff --git a/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll b/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll index 74679955274..a0c0ca67530 100644 --- a/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll +++ b/cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll @@ -2,6 +2,7 @@ * Defines the public interface to temporary variable tags, which describe the reason a particular * `IRTempVariable` was generated. */ + private import internal.TempVariableTagInternal private import Imports::TempVariableTag diff --git a/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll b/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll index 74679955274..a0c0ca67530 100644 --- a/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll +++ b/csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll @@ -2,6 +2,7 @@ * Defines the public interface to temporary variable tags, which describe the reason a particular * `IRTempVariable` was generated. */ + private import internal.TempVariableTagInternal private import Imports::TempVariableTag