Add missing include found by the bots.

llvm-svn: 184354
This commit is contained in:
Rafael Espindola 2013-06-19 21:20:41 +00:00
parent fca038907d
commit e20437df35
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "llvm/Support/TimeValue.h"
#include <map>
#include <set>
#include <vector.h>
namespace llvm {
class MemoryBuffer;