From: Benjamin Kramer Date: Thu, 20 Feb 2014 21:05:21 +0000 (+0000) Subject: cstdint is a C++11 header, LLVM provides its own version of it. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8a6788c3b7b540147a6ce78eb6e4eb8b8ce79c2f;p=oota-llvm.git cstdint is a C++11 header, LLVM provides its own version of it. 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 --- diff --git a/lib/Object/COFFObjectFile.cpp b/lib/Object/COFFObjectFile.cpp index a5ae7175992..5dcb1749861 100644 --- a/lib/Object/COFFObjectFile.cpp +++ b/lib/Object/COFFObjectFile.cpp @@ -19,7 +19,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" #include -#include using namespace llvm; using namespace object;