From eda523e8135febb9005ade74c9bf2c135b2da4db Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 3 Feb 2008 15:53:31 +0100 Subject: Objective-C layer: Make use of the Objective-C 2.0 runtime. darcs-hash:a8a8f84ba4a1476120750c7b11c08c2088fa3da6 --- Objective-C/PyObjC/objc-runtime-compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Objective-C/PyObjC') diff --git a/Objective-C/PyObjC/objc-runtime-compat.h b/Objective-C/PyObjC/objc-runtime-compat.h index 39c697e..b548755 100644 --- a/Objective-C/PyObjC/objc-runtime-compat.h +++ b/Objective-C/PyObjC/objc-runtime-compat.h @@ -25,6 +25,7 @@ * the preclass_* functions, not the regular ones because it isn't possible * to emulate the entire ObjC 2.0 API on Tiger. */ +#include "pyobjc.h" #include #include -- cgit v1.2.3