Browse Source

Add missing reference

For some reason premake didn't rebuild when I changed this and no compile error was thrown.
pull/427/head
Stephan Sundermann 10 years ago
parent
commit
a125b055b0
  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