diff --git a/src/Generator.Tests/TestCLITypePrinter.cs b/src/Generator.Tests/TestCLITypePrinter.cs index 2226e24e..9ab397eb 100644 --- a/src/Generator.Tests/TestCLITypePrinter.cs +++ b/src/Generator.Tests/TestCLITypePrinter.cs @@ -1,4 +1,4 @@ -using CppSharp; +using CppSharp.AST; using CppSharp.Generators.CLI; using CppSharp.Types; using NUnit.Framework;