Skip to content

Commit 28b6bb0

Browse files
authored
Added missing include
1 parent 286518b commit 28b6bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "llvm/MC/TargetRegistry.h"
1919
#include "llvm/Support/Compiler.h"
2020
#include "llvm/Support/Debug.h"
21+
#include "llvm/Support/DebugLog.h"
2122

2223
#define DEBUG_TYPE "llvm-mca-riscv-custombehaviour"
2324

0 commit comments

Comments
 (0)