Bugfix for r80100, forgot include. Sorry.

llvm-svn: 80101
This commit is contained in:
Andreas Neustifter 2009-08-26 15:18:38 +00:00
parent 73730f9390
commit e685cba880
1 changed files with 1 additions and 0 deletions

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>