From 074fd1da5601b9cf1a0f586c78688d3defa1ca89 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 23 Apr 2013 08:45:22 +0000 Subject: [PATCH] Add path to Test.h to help Make builds. --- Test/Test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Test.h b/Test/Test.h index 3d9d981..d46cfdd 100644 --- a/Test/Test.h +++ b/Test/Test.h @@ -1,4 +1,4 @@ -#import "objc/runtime.h" +#import "../objc/runtime.h" #include #ifndef __has_attribute