cstdint is a C++11 header, LLVM provides its own version of it.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 20 Feb 2014 21:05:21 +0000 (21:05 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 20 Feb 2014 21:05:21 +0000 (21:05 +0000)
Some versions of libstdc++ forbid using cstdint in C++98 mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201812 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Object/COFFObjectFile.cpp

index a5ae71759924159c4e05705de0bca4df8cc8a9f8..5dcb1749861019893e6753ee7689b27d640be54c 100644 (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;