diff options
Diffstat (limited to 'Source/SPUserManager.h')
-rw-r--r-- | Source/SPUserManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h index 86c19664..27590274 100644 --- a/Source/SPUserManager.h +++ b/Source/SPUserManager.h @@ -23,8 +23,9 @@ // More info at <http://code.google.com/p/sequel-pro/> #import <Cocoa/Cocoa.h> +#import <MCPKit/MCPKit.h> -@class MCPConnection, BWAnchoredButtonBar; +@class BWAnchoredButtonBar; @interface SPUserManager : NSWindowController { |