fix build on some machines. thanks buildbot

llvm-svn: 60175
This commit is contained in:
Nuno Lopes 2008-11-27 16:42:44 +00:00
parent d5c2a144e1
commit 50343cd2fe
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "llvm/Support/Annotation.h"
#include "llvm/Support/ManagedStatic.h"
#include <map>
#include <cstring>
using namespace llvm;
Annotation::~Annotation() {} // Designed to be subclassed