From f5097452664d0c1717755cb3eefcead17e695663 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 1 Nov 2017 13:28:30 -0700 Subject: [PATCH] Fix build error. --- Evergreen/FeedList/FeedListControlsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/FeedList/FeedListControlsView.swift b/Evergreen/FeedList/FeedListControlsView.swift index 9d8cf241c..9c0688b27 100644 --- a/Evergreen/FeedList/FeedListControlsView.swift +++ b/Evergreen/FeedList/FeedListControlsView.swift @@ -6,7 +6,7 @@ // Copyright © 2017 Ranchero Software. All rights reserved. // -import Foundation +import Cocoa @objc final class FeedListControlsView: NSView {