From: Jeff Cohen Date: Sun, 9 Jan 2005 20:41:56 +0000 (+0000) Subject: Fix VC++ compilation error X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fd161e964aa02636c00364ae4d46bf4e384df096;p=oota-llvm.git Fix VC++ compilation error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19423 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 3b4694a764d..9c583049667 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -19,6 +19,7 @@ #include #include #include +#include using namespace llvm; /// getSetCCSwappedOperands - Return the operation corresponding to (Y op X)