diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2011-03-01 21:00:55 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2011-03-01 21:00:55 +0000 |
commit | cd09dcd69813400b098b9f019a558efb11e6c8b2 (patch) | |
tree | 930e4c45038ec9f0258106608ad47af34fec8ca8 /Source/SPActivityTextFieldCell.m | |
parent | f1db829abc716f0cc498c0dabe8ecb1375dfa312 (diff) | |
download | sequelpro-cd09dcd69813400b098b9f019a558efb11e6c8b2.tar.gz sequelpro-cd09dcd69813400b098b9f019a558efb11e6c8b2.tar.bz2 sequelpro-cd09dcd69813400b098b9f019a558efb11e6c8b2.zip |
fixed compiler warnings
Diffstat (limited to 'Source/SPActivityTextFieldCell.m')
-rw-r--r-- | Source/SPActivityTextFieldCell.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPActivityTextFieldCell.m b/Source/SPActivityTextFieldCell.m index f97101b4..6e4e142d 100644 --- a/Source/SPActivityTextFieldCell.m +++ b/Source/SPActivityTextFieldCell.m @@ -24,6 +24,7 @@ // More info at <http://code.google.com/p/sequel-pro/> #import "SPActivityTextFieldCell.h" +#import "SPTableInfo.h" #define FAVORITE_NAME_FONT_SIZE 12.0 |