From: Chris Lattner Date: Fri, 9 Sep 2005 23:53:39 +0000 (+0000) Subject: Add a missing #include, patch courtesy of Baptiste Lepilleur. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a500fc681de6329194e9755e051422d621387aa3;p=oota-llvm.git Add a missing #include, patch courtesy of Baptiste Lepilleur. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23302 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index bffc176e40e..ddbe45a0a37 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -40,6 +40,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" #include "llvm/Target/TargetLowering.h" +#include #include using namespace llvm;