commit | 9988569af835578c5abd1ac0ad31a0658d1aa58e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Mar 21 23:51:57 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Mar 21 23:51:57 2008 +0000 |
tree | 85a4b9682b795f4b7079ff176a15bf050045d0e4 | |
parent | 026eed69e7ff8dce5557a0c95b67dad2ca68180d [diff] [blame] |
Don't include <map> in Pass.h, which doesn't need it. This requires adding <map> to many files that actually do need it. llvm-svn: 48667
diff --git a/llvm/lib/Analysis/IPA/Andersens.cpp b/llvm/lib/Analysis/IPA/Andersens.cpp index 4411bab..9af904f 100644 --- a/llvm/lib/Analysis/IPA/Andersens.cpp +++ b/llvm/lib/Analysis/IPA/Andersens.cpp
@@ -71,6 +71,7 @@ #include <algorithm> #include <set> #include <list> +#include <map> #include <stack> #include <vector> #include <queue>