[llvm] 10cb2e5 - Add missing include

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 09:44:02 PST 2022


Author: Adrian Prantl
Date: 2022-12-06T09:43:55-08:00
New Revision: 10cb2e52e24265bd95a6efd525b0ebdf2d02854a

URL: https://github.com/llvm/llvm-project/commit/10cb2e52e24265bd95a6efd525b0ebdf2d02854a
DIFF: https://github.com/llvm/llvm-project/commit/10cb2e52e24265bd95a6efd525b0ebdf2d02854a.diff

LOG: Add missing include

Added: 
    

Modified: 
    llvm/include/llvm/IR/PassManagerInternal.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/PassManagerInternal.h b/llvm/include/llvm/IR/PassManagerInternal.h
index 29b55a8172e63..8e19f0aa16a9b 100644
--- a/llvm/include/llvm/IR/PassManagerInternal.h
+++ b/llvm/include/llvm/IR/PassManagerInternal.h
@@ -19,6 +19,7 @@
 
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/raw_ostream.h"
 #include <memory>
 #include <utility>
 


        


More information about the llvm-commits mailing list