From 1a775092abdbed835f055b16f3fd885873e36f36 Mon Sep 17 00:00:00 2001 From: timothybarraclough Date: Thu, 14 Nov 2024 12:25:14 +1300 Subject: [PATCH] Update 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 --- 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"