Try to appease a buildbot
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 12 Dec 2015 05:53:20 +0000 (05:53 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 12 Dec 2015 05:53:20 +0000 (05:53 +0000)
The builder complains thusly:
error C2027: use of undefined type 'llvm::raw_ostream'

Try to make it happy by including raw_ostream.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255425 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/EHPersonalities.cpp

index c95fcee13b83258db780480397c3de99e20e8c59..3704d49c91d12cbe4272ba05a72d9388b5383c2b 100644 (file)
@@ -14,6 +14,7 @@
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 using namespace llvm;
 
 /// See if the given exception handling personality function is one that we