Index: src/OFGameController.m ================================================================== --- src/OFGameController.m +++ src/OFGameController.m @@ -18,10 +18,11 @@ */ #include "config.h" #import "OFGameController.h" +#import "OFArray.h" #import "OFOutOfRangeException.h" #if defined(OF_LINUX) && defined(OF_HAVE_FILES) # include "platform/Linux/OFGameController.m" Index: src/platform/Nintendo3DS/OFGameController.m ================================================================== --- src/platform/Nintendo3DS/OFGameController.m +++ src/platform/Nintendo3DS/OFGameController.m @@ -18,10 +18,11 @@ */ #include "config.h" #import "OFGameController.h" +#import "OFArray.h" #import "OFSet.h" #import "OFOutOfRangeException.h" #define id id_3ds Index: src/platform/NintendoDS/OFGameController.m ================================================================== --- src/platform/NintendoDS/OFGameController.m +++ src/platform/NintendoDS/OFGameController.m @@ -18,10 +18,11 @@ */ #include "config.h" #import "OFGameController.h" +#import "OFArray.h" #import "OFSet.h" #import "OFOutOfRangeException.h" #define asm __asm__