Skip to content

Commit b44eb5a

Browse files
[flang] Add missing FileSystem.h
This file was previously included transitively via `mlir/Transforms/Passes.h`, but the include has been removed from that file. Differential Revision: https://reviews.llvm.org/D107455
1 parent eeddcba commit b44eb5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/tools/tco/tco.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "mlir/Transforms/Passes.h"
2222
#include "llvm/Support/CommandLine.h"
2323
#include "llvm/Support/ErrorOr.h"
24+
#include "llvm/Support/FileSystem.h"
2425
#include "llvm/Support/InitLLVM.h"
2526
#include "llvm/Support/MemoryBuffer.h"
2627
#include "llvm/Support/SourceMgr.h"

0 commit comments

Comments
 (0)