Index: src/test/Makefile ================================================================== --- src/test/Makefile +++ src/test/Makefile @@ -42,7 +42,8 @@ -I.. \ -I../.. \ -I../exceptions \ -I../hid \ -I../runtime \ + -DOBJFWHID_LOCAL_INCLUDES \ -DOBJFWTEST_LOCAL_INCLUDES LD = ${OBJC} Index: src/test/OTAppDelegate.m ================================================================== --- src/test/OTAppDelegate.m +++ src/test/OTAppDelegate.m @@ -26,10 +26,12 @@ #import "OFSet.h" #import "OFStdIOStream.h" #import "OFValue.h" #import "OTTestCase.h" + +#import "OFGameController.h" #import "OTAssertionFailedException.h" #import "OTTestSkippedException.h" #ifdef OF_IOS