Skip to content

Commit e457270

Browse files
jchauziRomaric JODIN
authored andcommitted
dpu: clang: fixing VirtualFileSystem.h include
1 parent c53ad9e commit e457270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/DPURTE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "clang/Driver/DriverDiagnostic.h"
1515
#include "clang/Driver/Options.h"
1616
#include "llvm/Option/ArgList.h"
17-
#include "clang/Basic/VirtualFileSystem.h"
17+
#include "llvm/Support/VirtualFileSystem.h"
1818

1919
using namespace llvm::opt;
2020

0 commit comments

Comments
 (0)