Skip to content

Commit

Permalink
Fix inclusion of TypeRefinementContext.h
Browse files Browse the repository at this point in the history
PoundAvailableInfo should be factored out of Stmt.h, but this unbreaks
the unit tests.

Swift SVN r28523
  • Loading branch information
DougGregor committed May 13, 2015
1 parent ce37291 commit 3437786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/swift/AST/TypeRefinementContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "swift/AST/Identifier.h"
#include "swift/AST/Availability.h"
#include "swift/AST/Stmt.h" // for PoundAvailableInfo
#include "swift/Basic/LLVM.h"
#include "swift/Basic/SourceLoc.h"
#include "swift/Basic/STLExtras.h"
Expand Down

0 comments on commit 3437786

Please sign in to comment.