Fix a missing #include.
authorDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 18:57:18 +0000 (18:57 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 18:57:18 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101270 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/FastISel.h

index b1f73cba30cb2f300d6ece90abccd82ba7858edc..a1752d35344161c46e00e825e2100c4c2f4dd67e 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef NDEBUG
 #include "llvm/ADT/SmallSet.h"
 #endif
+#include "llvm/CodeGen/ValueTypes.h"
 
 namespace llvm {