From 373a875df80df0484aac626493c838f13df697df Mon Sep 17 00:00:00 2001 From: triton Date: Wed, 17 Jul 2013 21:21:08 +0100 Subject: [PATCH] Add missing using. --- src/Generator.Tests/TestCLITypePrinter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;