diff options
Diffstat (limited to 'Source/SPIndexesController.m')
-rw-r--r-- | Source/SPIndexesController.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPIndexesController.m b/Source/SPIndexesController.m index 840ef33f..d7617d39 100644 --- a/Source/SPIndexesController.m +++ b/Source/SPIndexesController.m @@ -28,12 +28,14 @@ #import "SPServerSupport.h" #import "SPTableContent.h" #import "SPTableData.h" -#import <SPMySQL/SPMySQL.h> #import "SPDatabaseDocument.h" #import "SPTablesList.h" #import "SPTableView.h" #import "SPDatabaseViewController.h" #import "SPTableStructure.h" +#import "SPTableStructureLoading.h" + +#import <SPMySQL/SPMySQL.h> // Constants static const NSString *SPNewIndexIndexName = @"IndexName"; |