Skip to content

Commit 82d29a1

Browse files
author
Jeff Arena
committed
Fix build issue due to missing import
1 parent 7c01148 commit 82d29a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Code/RKObjectManager+RKTableController.m

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#import "RKTableController.h"
1414
#import "RKFetchedResultsTableController.h"
15+
#import "RKManagedObjectStore.h"
1516

1617
@implementation RKObjectManager (RKTableController)
1718

0 commit comments

Comments
 (0)