Skip to content

Commit

Permalink
[overview] Add missing import to NIOverviewGraphView.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemoore committed Nov 14, 2014
1 parent 2bf54c0 commit 37f7fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/overview/src/NIOverviewGraphView.m
Expand Up @@ -18,6 +18,8 @@

#import <QuartzCore/QuartzCore.h>

#import "NIFoundationMethods.h"

#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "Nimbus requires ARC support."
#endif
Expand Down

0 comments on commit 37f7fa7

Please sign in to comment.