Browse Source

Merge pull request #427 from stsundermann/osx-compilation-fix

Add missing reference
pull/428/head
João Matos 10 years ago
parent
commit
351e261837
  1. 1
      src/Generator.Tests/GeneratorTest.cs

1
src/Generator.Tests/GeneratorTest.cs

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
using System.IO;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Runtime.InteropServices;
using CppSharp.AST;
using CppSharp.Generators;
using NUnit.Framework;

Loading…
Cancel
Save