[modules] Add missing include.

llvm-svn: 279219
This commit is contained in:
Vassil Vassilev 2016-08-19 08:30:42 +00:00
parent 2f230be0e2
commit 8fa30f2829
1 changed files with 1 additions and 0 deletions

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 {