Fix compile problem on linux. Noone should ever #include <inttypes.h>
authorChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 20:44:19 +0000 (20:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 20:44:19 +0000 (20:44 +0000)
directly.  Instead, include Support/DataTypes.h

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

include/llvm/Target/TargetData.h

index ce08aaa080bf0df8bc3d8aedd09fd2340707e078..487f0362da42aecd0a2008bbeb67d8a27b9d6c59 100644 (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;