Index: src/hid/OHXInputExtendedGamepad.m ================================================================== --- src/hid/OHXInputExtendedGamepad.m +++ src/hid/OHXInputExtendedGamepad.m @@ -22,10 +22,11 @@ #import "OHXInputExtendedGamepad.h" #import "OFDictionary.h" #import "OHGameControllerAxis.h" #import "OHGameControllerButton.h" #import "OHGameControllerDirectionalPad.h" +#import "OHXInputGameController.h" static OFString *const buttonNames[] = { @"A", @"B", @"X", @"Y", @"LB", @"RB", @"LT", @"RT", @"LSB", @"RSB", @"Start", @"Back", @"Guide" };