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:
Duncan P. N. Exon Smith 2020-10-28 18:39:14 -04:00
parent ebfc427bbe
commit 44d65efd95
1 changed files with 2 additions and 1 deletions

View File

@ -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 {