From 0c3ce12520c243dd35d41e06675d3d57ecbcf6c4 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Wed, 26 May 2021 14:00:36 +0200 Subject: [PATCH] Update `ql.qll` --- ql/src/ql.qll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ql/src/ql.qll b/ql/src/ql.qll index 89e435bca97..496c4d1f595 100644 --- a/ql/src/ql.qll +++ b/ql/src/ql.qll @@ -1,2 +1,3 @@ +import codeql.Locations import codeql.files.FileSystem -import codeql_ql.ast.internal.TreeSitter +import codeql_ql.ast.internal.TreeSitter::Generated