From e47bc8cb1b19623da58b54ae8aeef46a97060f7d Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 16 Feb 2016 19:08:12 -0500 Subject: [PATCH] (fix) fixed missing includes in tool --- Tests/Integration/teststrings.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Tests/Integration/teststrings.m b/Tests/Integration/teststrings.m index 94f98c3a7..0e5bdd0c8 100644 --- a/Tests/Integration/teststrings.m +++ b/Tests/Integration/teststrings.m @@ -20,8 +20,12 @@ * Boston, MA 02111-1307, USA. */ +#include +#include +#include +#include -#import +#include static int performTest (char *filename)