From fd161e964aa02636c00364ae4d46bf4e384df096 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sun, 9 Jan 2005 20:41:56 +0000 Subject: [PATCH] Fix VC++ compilation error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19423 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 + 1 file changed, 1 insertion(+) 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)