Skip to content

Commit 0ca78a2

Browse files
authored
[SYCLomatic] Fix build (#2483)
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent 656dbcc commit 0ca78a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/DPCT/DPCT.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "RuleInfra/TypeLocRewriters.h"
3131
#include "Utility.h"
3232
#include "CommandOption/ValidateArguments.h"
33+
#include "Windows/VcxprojParser.h"
3334
#include "clang/Format/Format.h"
3435
#include "clang/Frontend/CompilerInstance.h"
3536
#include "clang/Tooling/CommonOptionsParser.h"
@@ -39,6 +40,7 @@
3940
#include "llvm/ADT/SmallString.h"
4041
#include "llvm/ADT/StringRef.h"
4142
#include "llvm/Support/FileSystem.h"
43+
#include "llvm/Support/InitLLVM.h"
4244
#include "llvm/Support/Path.h"
4345
#include "llvm/Support/Program.h"
4446
#include "llvm/TargetParser/Host.h"

0 commit comments

Comments
 (0)