diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-16 19:36:41 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-16 19:36:41 +0000 |
commit | 5b13a1a4c3a90c1dfd4b5c2521b5900ff367b12c (patch) | |
tree | eb8d6c97c68cb207f5290af8b159f3e5735acfa1 | |
parent | 2fb10f17d8e4fc2142e97f4efe653a75177d2363 (diff) |
Revert 101520, which depended on 101503, which was reverted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101528 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/InlineCost.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h index ea913bd5e6..066b943968 100644 --- a/include/llvm/Analysis/InlineCost.h +++ b/include/llvm/Analysis/InlineCost.h @@ -16,6 +16,7 @@ #include <cassert> #include <climits> +#include <map> #include <vector> #include "llvm/ADT/DenseMap.h" |