diff --git a/sdl_ios/SmartDeviceLink/SDLConsoleController.m b/sdl_ios/SmartDeviceLink/SDLConsoleController.m index 7714dd77c..a5d0180a8 100644 --- a/sdl_ios/SmartDeviceLink/SDLConsoleController.m +++ b/sdl_ios/SmartDeviceLink/SDLConsoleController.m @@ -2,7 +2,7 @@ // // Copyright (c) 2014 Ford Motor Company. All rights reserved. -#import +#import "SDLConsoleController.h" #import #import diff --git a/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.h b/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.h index 5031979c1..3a0b5265a 100644 --- a/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.h +++ b/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.h @@ -3,8 +3,10 @@ // SmartDeviceLink // -#import -#import "SDLLockScreenStatus.h" +#import "SDLRPCNotification.h" + +@class SDLLockScreenStatus; +@class SDLHMILevel; @interface SDLOnLockScreenStatus : SDLRPCNotification diff --git a/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.m b/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.m index 36c81df1d..678a2cb52 100644 --- a/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.m +++ b/sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.m @@ -5,6 +5,9 @@ #import "SDLOnLockScreenStatus.h" +#import "SDLHMILevel.h" +#import "SDLLockScreenStatus.h" + @implementation SDLOnLockScreenStatus - (id)init {