[llvm] db7eb9c - Add an include that is required on some hosts. This should fix the bot

Kevin P. Neal via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 10:11:19 PST 2022


Author: Kevin P. Neal
Date: 2022-02-16T13:10:14-05:00
New Revision: db7eb9c108d063dded3f3e1d0ec754f7ea3079a5

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

LOG: Add an include that is required on some hosts. This should fix the bot
failures.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/FMF.h b/llvm/include/llvm/IR/FMF.h
index 785b0cd20571..a49feb5a8946 100644
--- a/llvm/include/llvm/IR/FMF.h
+++ b/llvm/include/llvm/IR/FMF.h
@@ -13,6 +13,8 @@
 #ifndef LLVM_IR_FMF_H
 #define LLVM_IR_FMF_H
 
+#include "llvm/Support/raw_ostream.h"
+
 namespace llvm {
 
 /// Convenience struct for specifying and reasoning about fast-math flags.


        


More information about the llvm-commits mailing list