commit | ee335e35acf20d1ed5b781546d647c19b608890e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri May 23 20:40:06 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri May 23 20:40:06 2008 +0000 |
tree | 70b8a3c471fde4f039769872507cfc6a8e7a697d | |
parent | 9c531cdf028ef84cbe0186a205abb6a1aa4a6aca [diff] |
Add #includes to make some dependencies explicit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51496 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 066952d..31cbdb9 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -29,6 +29,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" #include <algorithm> +#include <set> using namespace llvm; STATISTIC(NodesCombined , "Number of dag nodes combined");