aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit440954c64b2fea2f03362cad0bca1a9795e8b994 (patch)
treed0056706058372dd39339880772f858b3eb84635 /lib/Support
parent4ba9aac839b06ff3d31ba80bcaca668ca7b39bb8 (diff)
downloadexternal_llvm-440954c64b2fea2f03362cad0bca1a9795e8b994.zip
external_llvm-440954c64b2fea2f03362cad0bca1a9795e8b994.tar.gz
external_llvm-440954c64b2fea2f03362cad0bca1a9795e8b994.tar.bz2
fix build on some machines. thanks buildbot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Annotation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Annotation.cpp b/lib/Support/Annotation.cpp
index 0e208e0..fdf6dc7 100644
--- a/lib/Support/Annotation.cpp
+++ b/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