summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2008-11-27 16:42:44 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2008-11-27 16:42:44 +0000
commit50343cd2fe29b6d202f5afc6922dd5393ead12c6 (patch)
tree6844138a49e59a36fd816c249224e65b4dccda92 /llvm/lib/Support
parentd5c2a144e193f3439a92822806fb75055377bfed (diff)
downloadbcm5719-llvm-50343cd2fe29b6d202f5afc6922dd5393ead12c6.tar.gz
bcm5719-llvm-50343cd2fe29b6d202f5afc6922dd5393ead12c6.zip
fix build on some machines. thanks buildbot
llvm-svn: 60175
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Annotation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Annotation.cpp b/llvm/lib/Support/Annotation.cpp
index 0e208e08ba0..fdf6dc717f4 100644
--- a/llvm/lib/Support/Annotation.cpp
+++ b/llvm/lib/Support/Annotation.cpp
@@ -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
OpenPOWER on IntegriCloud