summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeVehicleDataResponse.m
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-01-17 16:17:50 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-01-17 16:17:50 -0800
commit436cb0793b6f7dbbd5f59c507c18b7ef71aef35f (patch)
treee85536c884f0d434101e44be92f605bd58c04da1 /SmartDeviceLink/SDLSubscribeVehicleDataResponse.m
parent90cdd57989acca6d1c3f929396938faf11313521 (diff)
downloadsdl_ios-436cb0793b6f7dbbd5f59c507c18b7ef71aef35f.tar.gz
Moved the import from SDLRPCStruct to implementation of all classes to remove build warning of redefinition
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeVehicleDataResponse.m')
-rw-r--r--SmartDeviceLink/SDLSubscribeVehicleDataResponse.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSubscribeVehicleDataResponse.m b/SmartDeviceLink/SDLSubscribeVehicleDataResponse.m
index bc0bdec75..83f0f4919 100644
--- a/SmartDeviceLink/SDLSubscribeVehicleDataResponse.m
+++ b/SmartDeviceLink/SDLSubscribeVehicleDataResponse.m
@@ -4,6 +4,7 @@
#import "SDLSubscribeVehicleDataResponse.h"
+#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
#import "SDLVehicleDataResult.h"