From b3b4a0175640e02cd16a780ca616a3397635594c Mon Sep 17 00:00:00 2001 From: timothybarraclough Date: Mon, 9 Dec 2024 20:17:53 +1300 Subject: [PATCH] chore: import exponential back off header in rudder.h This feature didn't add the file file to the umbrella header, and is giving warnings in my CI pipeline. https://github.com/rudderlabs/rudder-sdk-ios/pull/525 Co-authored-by: Satheesh Kannan --- Sources/Classes/Headers/Public/Rudder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Classes/Headers/Public/Rudder.h b/Sources/Classes/Headers/Public/Rudder.h index b4824c0f..3d068f4f 100644 --- a/Sources/Classes/Headers/Public/Rudder.h +++ b/Sources/Classes/Headers/Public/Rudder.h @@ -55,6 +55,7 @@ #import "RSEnums.h" #import "RSEventFilteringPlugin.h" #import "RSEventRepository.h" +#import "RSExponentialBackOff.h" #import "RSFlushManager.h" #import "RSIntegration.h" #import "RSIntegrationFactory.h"