#include <climits> instead of <limits.h> in C++ header file.

llvm-svn: 183957
This commit is contained in:
Jakub Staszak 2013-06-13 23:49:09 +00:00
parent fbb56b7bd9
commit cdb5ae6d7a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include <limits.h>
#include <climits>
namespace llvm {