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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak 2013-06-13 23:49:09 +00:00
parent 2a7e79a30f
commit b7eb5c0406

View File

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