From dd3a9e167367770115b10201f91ad1fce54e62a5 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Sat, 23 Jul 2016 19:15:54 +0300 Subject: [PATCH] Fixed the Linux build by explicitly including a system header. Signed-off-by: Dimitar Dobrev --- tests/CSharp/CSharp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CSharp/CSharp.h b/tests/CSharp/CSharp.h index a0cb5ad0..ba61e5f3 100644 --- a/tests/CSharp/CSharp.h +++ b/tests/CSharp/CSharp.h @@ -1,6 +1,7 @@ #include "../Tests.h" #include #include +#include #include "AnotherUnit.h" class DLL_API Foo