Fix VC++ compilation error
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 8 Jan 2005 22:44:06 +0000 (22:44 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 8 Jan 2005 22:44:06 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19403 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index bb914b4bdf3bb277af27c31544980af8d28872b8..fe180008da322689d3df23918b265c994dc6f4fe 100644 (file)
@@ -19,6 +19,7 @@
 #define LLVM_DERIVED_TYPES_H
 
 #include "llvm/Type.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {