diff --git a/docs/codeql/writing-codeql-queries/creating-path-queries.rst b/docs/codeql/writing-codeql-queries/creating-path-queries.rst index 836e7d19585..60723f488e1 100644 --- a/docs/codeql/writing-codeql-queries/creating-path-queries.rst +++ b/docs/codeql/writing-codeql-queries/creating-path-queries.rst @@ -55,6 +55,8 @@ You should use the following template: */ import + // For some languages (Java/C++/Python) you need to explicitly import the data flow library, such as + // import semmle.code.java.dataflow.DataFlow import DataFlow::PathGraph ...