Browse Source

Add missing using.

pull/13/merge
triton 12 years ago
parent
commit
373a875df8
  1. 2
      src/Generator.Tests/TestCLITypePrinter.cs

2
src/Generator.Tests/TestCLITypePrinter.cs

@ -1,4 +1,4 @@
using CppSharp; using CppSharp.AST;
using CppSharp.Generators.CLI; using CppSharp.Generators.CLI;
using CppSharp.Types; using CppSharp.Types;
using NUnit.Framework; using NUnit.Framework;

Loading…
Cancel
Save