mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 10:53:55 +00:00
Fix compile problem on linux. Noone should ever #include <inttypes.h>
directly. Instead, include Support/DataTypes.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3766 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47287be7dc
commit
214bf54175
@ -14,8 +14,8 @@
|
||||
#define LLVM_TARGET_TARGETDATA_H
|
||||
|
||||
#include "llvm/Annotation.h"
|
||||
#include "Support/DataTypes.h"
|
||||
#include <vector>
|
||||
#include <inttypes.h>
|
||||
class Value;
|
||||
class Type;
|
||||
class StructType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user