Skip to content

Commit b40feb9

Browse files
committed
[llvm] Fix build after llvm#161260
The modular build was failing due to a missing include.
1 parent 8025302 commit b40feb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include "llvm/IR/PassManager.h"
1616
#include "llvm/Support/Compiler.h"
17+
#include "llvm/Support/VirtualFileSystem.h"
1718
#include "llvm/Transforms/Utils/Instrumentation.h"
1819

1920
namespace llvm {

0 commit comments

Comments
 (0)