From a63bc82541c704e713bf4df31aebff9784670341 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Fri, 12 Aug 2016 13:48:54 -0400 Subject: [PATCH] Fix missing import --- SmartDeviceLink/SDLTouchManagerDelegate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SmartDeviceLink/SDLTouchManagerDelegate.h b/SmartDeviceLink/SDLTouchManagerDelegate.h index 8e4023d7f..dde351f02 100644 --- a/SmartDeviceLink/SDLTouchManagerDelegate.h +++ b/SmartDeviceLink/SDLTouchManagerDelegate.h @@ -6,6 +6,8 @@ // Copyright © 2016 smartdevicelink. All rights reserved. // +#import + @class SDLTouchManager; NS_ASSUME_NONNULL_BEGIN