Skip to content

Commit 14171b0

Browse files
authored
[Remarks] Fix missing include in HotnessThresholdParser for Expected (#113755)
The use of Expected<> requires llvm/Support/Error.h to be included.
1 parent d7ca703 commit 14171b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Remarks/HotnessThresholdParser.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define LLVM_REMARKS_HOTNESSTHRESHOLDPARSER_H
1717

1818
#include "llvm/Support/CommandLine.h"
19+
#include "llvm/Support/Error.h"
1920
#include <optional>
2021

2122
namespace llvm {

0 commit comments

Comments
 (0)