Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-10-18 15:43:46 +00:00
parent 0998afdc1e
commit f26801b0e6

View File

@ -22,6 +22,7 @@
#include "llvm/Analysis/CallGraph.h"
#include "llvm/ADT/Statistic.h"
#include <set>
#include <algorithm>
using namespace llvm;
namespace {