diff options
author | stuconnolly <stuart02@gmail.com> | 2011-03-03 19:03:52 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-03-03 19:03:52 +0000 |
commit | 6f983024a66ddb594eac5e4e808a8c3c51f6b6ff (patch) | |
tree | 76122fc0c2b753feb1eaf3d18a4ef3b04519dd6b /Source/SPGrowlController.m | |
parent | 6fdc5d75e246d205ea97d65e7ddd8305df5003d8 (diff) | |
download | sequelpro-6f983024a66ddb594eac5e4e808a8c3c51f6b6ff.tar.gz sequelpro-6f983024a66ddb594eac5e4e808a8c3c51f6b6ff.tar.bz2 sequelpro-6f983024a66ddb594eac5e4e808a8c3c51f6b6ff.zip |
Fix more compiler warnings.
Diffstat (limited to 'Source/SPGrowlController.m')
-rw-r--r-- | Source/SPGrowlController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m index 4b256de0..a3d42526 100644 --- a/Source/SPGrowlController.m +++ b/Source/SPGrowlController.m @@ -25,6 +25,7 @@ #import "SPGrowlController.h" #import "SPDatabaseDocument.h" +#import "SPWindowController.h" #include <mach/mach_time.h> |