diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-27 16:42:44 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-27 16:42:44 +0000 |
commit | 50343cd2fe29b6d202f5afc6922dd5393ead12c6 (patch) | |
tree | 6844138a49e59a36fd816c249224e65b4dccda92 /llvm/lib/Support | |
parent | d5c2a144e193f3439a92822806fb75055377bfed (diff) | |
download | bcm5719-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.cpp | 1 |
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 |