summaryrefslogtreecommitdiff
path: root/SmartDeviceLink
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2017-08-14 11:35:41 -0400
committerNicoleYarroch <nicole@livio.io>2017-08-14 11:35:41 -0400
commit0f6f19c9ae2da8b7beabe14865124777fb94a2f7 (patch)
tree561674f3ee957bfe33b7d71f42e2303f721852dc /SmartDeviceLink
parent6f63dee71e9fc7516d0368670692322a0eae37d7 (diff)
downloadsdl_ios-0f6f19c9ae2da8b7beabe14865124777fb94a2f7.tar.gz
Added missing files to SmartDeviceLink.h
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink')
-rw-r--r--SmartDeviceLink/SmartDeviceLink.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SmartDeviceLink.h b/SmartDeviceLink/SmartDeviceLink.h
index 2b498b1db..a67ac9ccd 100644
--- a/SmartDeviceLink/SmartDeviceLink.h
+++ b/SmartDeviceLink/SmartDeviceLink.h
@@ -188,6 +188,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLMenuParams.h"
#import "SDLMyKey.h"
#import "SDLNavigationCapability.h"
+#import "SDLOasisAddress.h"
#import "SDLParameterPermissions.h"
#import "SDLPermissionItem.h"
#import "SDLPhoneCapability.h"
@@ -332,3 +333,6 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLLogTargetAppleSystemLog.h"
#import "SDLLogTargetFile.h"
#import "SDLLogTargetOSLog.h"
+
+// Macros
+#import "SDLMacros.h"