projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba9aac
)
fix build on some machines. thanks buildbot
author
Nuno Lopes
<nunoplopes@sapo.pt>
Thu, 27 Nov 2008 16:42:44 +0000
(16:42 +0000)
committer
Nuno Lopes
<nunoplopes@sapo.pt>
Thu, 27 Nov 2008 16:42:44 +0000
(16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60175
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Annotation.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Annotation.cpp
b/lib/Support/Annotation.cpp
index 0e208e08ba02d05a8a42f81676c69ed447340b75..fdf6dc717f46dc8cb7f3bc4b826b9065b21f1503 100644
(file)
--- 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