1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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 e3f6758e3c
commit 1e97b6c181

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