From a125b055b015464e94dc3c3f32171d32cf80030a Mon Sep 17 00:00:00 2001 From: Stephan Sundermann <stephansundermann@gmail.com> Date: Thu, 5 Mar 2015 13:40:37 +0100 Subject: [PATCH] Add missing reference For some reason premake didn't rebuild when I changed this and no compile error was thrown. --- src/Generator.Tests/GeneratorTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Generator.Tests/GeneratorTest.cs b/src/Generator.Tests/GeneratorTest.cs index 05e55920..20fd286a 100644 --- a/src/Generator.Tests/GeneratorTest.cs +++ b/src/Generator.Tests/GeneratorTest.cs @@ -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;