diff --git a/Sources/KSCrashRecording/include/KSCrashAppMemoryTracker.h b/Sources/KSCrashRecording/include/KSCrashAppMemoryTracker.h index 675e1c07..45fea574 100644 --- a/Sources/KSCrashRecording/include/KSCrashAppMemoryTracker.h +++ b/Sources/KSCrashRecording/include/KSCrashAppMemoryTracker.h @@ -25,7 +25,7 @@ // #import -#import +#import "KSCrashAppMemory.h" NS_ASSUME_NONNULL_BEGIN diff --git a/Sources/KSCrashRecording/include/KSCrashAppStateTracker.h b/Sources/KSCrashRecording/include/KSCrashAppStateTracker.h index 56d30dc6..2ad6b4ed 100644 --- a/Sources/KSCrashRecording/include/KSCrashAppStateTracker.h +++ b/Sources/KSCrashRecording/include/KSCrashAppStateTracker.h @@ -24,7 +24,7 @@ // THE SOFTWARE. // #import -#import +#import "KSCrashAppTransitionState.h" NS_ASSUME_NONNULL_BEGIN