From e09de29bc5a3df5f9698335f3a386149ded5a3e9 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 30 Aug 2009 18:38:56 +0000 Subject: [PATCH] add a missing import statement --- macosx/TorrentTableView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index 75eaf0e36..580f4dc6f 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -27,6 +27,7 @@ #import "Torrent.h" #import "TorrentGroup.h" #import "FileListNode.h" +#import "NSApplicationAdditions.h" #import "QuickLookController.h" #define MAX_GROUP 999999