diff options
Diffstat (limited to 'Source/SPIndexesController.m')
-rw-r--r-- | Source/SPIndexesController.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPIndexesController.m b/Source/SPIndexesController.m index 49ac8594..f1cce967 100644 --- a/Source/SPIndexesController.m +++ b/Source/SPIndexesController.m @@ -26,6 +26,10 @@ #import "SPIndexesController.h" #import "SPAlertSheets.h" #import "SPServerSupport.h" +#import "SPTableContent.h" +#import "SPTableData.h" +#import <MCPKit/MCPKit.h> +#import "SPDatabaseDocument.h" // Constants static const NSString *SPNewIndexIndexName = @"IndexName"; |