add missing #include

llvm-svn: 45516
This commit is contained in:
Chris Lattner 2008-01-02 23:41:05 +00:00
parent 96334b4e3b
commit d2b0e15535
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
#include "llvm/ParameterAttributes.h"
#include <set>
#include <algorithm>
using namespace llvm;