Skip to content

Commit

Permalink
Add missing include to BasicCalleePrinter.cpp.
Browse files Browse the repository at this point in the history
We're pulling raw_ostream.h in through other header files, but it really
should be explicitly included since we're explicitly using things from
the file.
  • Loading branch information
rudkx committed Nov 17, 2015
1 parent e09027c commit 5feccb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SILPasses/UtilityPasses/BasicCalleePrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "swift/SIL/SILModule.h"
#include "swift/SILPasses/Transforms.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"

using namespace swift;

Expand Down

0 comments on commit 5feccb9

Please sign in to comment.