[llvm-commits] [llvm] r101270 - /llvm/trunk/include/llvm/CodeGen/FastISel.h
Dan Gohman
gohman at apple.com
Wed Apr 14 11:57:18 PDT 2010
Author: djg
Date: Wed Apr 14 13:57:18 2010
New Revision: 101270
URL: http://llvm.org/viewvc/llvm-project?rev=101270&view=rev
Log:
Fix a missing #include.
Modified:
llvm/trunk/include/llvm/CodeGen/FastISel.h
Modified: llvm/trunk/include/llvm/CodeGen/FastISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FastISel.h?rev=101270&r1=101269&r2=101270&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FastISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FastISel.h Wed Apr 14 13:57:18 2010
@@ -18,6 +18,7 @@
#ifndef NDEBUG
#include "llvm/ADT/SmallSet.h"
#endif
+#include "llvm/CodeGen/ValueTypes.h"
namespace llvm {
More information about the llvm-commits
mailing list