forked from OSchip/llvm-project
[MLIR][GPU] Add missing #include to SerializeToHsaco.cpp
llvm/Support/Path.h was likely previously implicitly included, and a refactoring removed that inclusion, breaking the pass. Differential Revision: https://reviews.llvm.org/D118508
This commit is contained in:
parent
c918c68f5c
commit
e7d0dae76e
|
@ -40,6 +40,7 @@
|
|||
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/FileUtilities.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/Program.h"
|
||||
#include "llvm/Support/SourceMgr.h"
|
||||
#include "llvm/Support/TargetSelect.h"
|
||||
|
|
Loading…
Reference in New Issue