Add missing import to fix the build

llvm-svn: 276237
This commit is contained in:
Amaury Sechet 2016-07-21 04:31:38 +00:00
parent 17b67cd1ad
commit ed7b7d7efe
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/IR/Attributes.h"
#include "llvm/Support/TrailingObjects.h"
#include <climits>
namespace llvm {