Bugfix for r80100, forgot include. Sorry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andreas Neustifter 2009-08-26 15:18:38 +00:00
parent ff271e1353
commit 0ef68e8fbb

View File

@ -23,6 +23,7 @@
#include "llvm/BasicBlock.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/Compiler.h"
#include <cassert>
#include <string>
#include <map>