mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
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:
parent
56a120aa9d
commit
bd0c84252e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user