From: Jeff Cohen Date: Sat, 8 Jan 2005 22:44:06 +0000 (+0000) Subject: Fix VC++ compilation error X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=906b20a1d7347f97750753bec2b8fe9c09b02b9c;p=oota-llvm.git Fix VC++ compilation error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19403 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index bb914b4bdf3..fe180008da3 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -19,6 +19,7 @@ #define LLVM_DERIVED_TYPES_H #include "llvm/Type.h" +#include "llvm/Support/DataTypes.h" namespace llvm {