1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

RegisterUsageInfo.h: Add missing header for complete type needed for DenseMap traits

llvm-svn: 316504
This commit is contained in:
David Blaikie 2017-10-24 21:29:10 +00:00
parent 154475b343
commit 4f809b1482

View File

@ -20,6 +20,7 @@
#define LLVM_CODEGEN_PHYSICALREGISTERUSAGEINFO_H
#include "llvm/ADT/DenseMap.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Pass.h"
#include <cstdint>
#include <vector>