forked from OSchip/llvm-project
Fix includes in llvm/Support/FileSystem/UniqueID.h after 23ed570af1
Not sure why this worked for me, but some of the bots pointed out I
copied the wrong includes from FileSystem.h in
23ed570af1
. Fixed.
This commit is contained in:
parent
ebfc427bbe
commit
44d65efd95
|
@ -14,7 +14,8 @@
|
|||
#ifndef LLVM_SUPPORT_FILESYSTEM_UNIQUEID_H
|
||||
#define LLVM_SUPPORT_FILESYSTEM_UNIQUEID_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <tuple>
|
||||
|
||||
namespace llvm {
|
||||
namespace sys {
|
||||
|
|
Loading…
Reference in New Issue