Skip to content

Commit

Permalink
Merge pull request #21 from max-potapov/patch-1
Browse files Browse the repository at this point in the history
missing Foundation import in TKTransition.h
  • Loading branch information
blakewatters committed Oct 1, 2014
2 parents 7204924 + c6307ab commit 7475787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/TKTransition.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// limitations under the License.
//

#import <Foundation/Foundation.h>

@class TKEvent, TKState, TKStateMachine;

/**
Expand Down

0 comments on commit 7475787

Please sign in to comment.