Fix C++ more compilatiom errors

llvm-svn: 19504
This commit is contained in:
Jeff Cohen 2005-01-12 04:29:05 +00:00
parent 5ef92f3a40
commit 614a5ec22a

View File

@ -27,6 +27,7 @@
#include "llvm/Support/MathExtras.h"
#include "llvm/ADT/Statistic.h"
#include <set>
#include <algorithm>
using namespace llvm;
//===----------------------------------------------------------------------===//