1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[modules] Add missing include.

llvm-svn: 279219
This commit is contained in:
Vassil Vassilev 2016-08-19 08:30:42 +00:00
parent 9056498e66
commit 2f14fa5124

View File

@ -16,6 +16,7 @@
#define LLVM_TARGET_COSTTABLE_H_
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineValueType.h"
namespace llvm {