cstdint is a C++11 header, LLVM provides its own version of it.

Some versions of libstdc++ forbid using cstdint in C++98 mode.

llvm-svn: 201812
This commit is contained in:
Benjamin Kramer 2014-02-20 21:05:21 +00:00
parent 7a3a51053d
commit 28cdfd3be6
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <cctype>
#include <cstdint>
using namespace llvm;
using namespace object;