From 436cb0793b6f7dbbd5f59c507c18b7ef71aef35f Mon Sep 17 00:00:00 2001 From: "Muller, Alexander (A.)" Date: Tue, 17 Jan 2017 16:17:50 -0800 Subject: Moved the import from SDLRPCStruct to implementation of all classes to remove build warning of redefinition --- SmartDeviceLink/SDLDiagnosticMessageResponse.m | 1 + 1 file changed, 1 insertion(+) (limited to 'SmartDeviceLink/SDLDiagnosticMessageResponse.m') diff --git a/SmartDeviceLink/SDLDiagnosticMessageResponse.m b/SmartDeviceLink/SDLDiagnosticMessageResponse.m index 43255f646..09d05625c 100644 --- a/SmartDeviceLink/SDLDiagnosticMessageResponse.m +++ b/SmartDeviceLink/SDLDiagnosticMessageResponse.m @@ -3,6 +3,7 @@ #import "SDLDiagnosticMessageResponse.h" +#import "NSMutableDictionary+Store.h" #import "SDLNames.h" @implementation SDLDiagnosticMessageResponse -- cgit v1.2.1