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:
Chris Lattner 2002-09-16 20:44:19 +00:00
parent 47287be7dc
commit 214bf54175

View File

@ -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;