aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallVector.h
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2008-07-01 05:27:28 +0000
committerSeo Sanghyeon <sanxiyn@gmail.com>2008-07-01 05:27:28 +0000
commitff4d609ec5eca4fc30a931a505d0c18f7569f8c4 (patch)
treecc59bbc9ae04f3efab64a1b34706bf700c548fe9 /include/llvm/ADT/SmallVector.h
parentc4b871c650d4030031545a5a2d07ecaa48c80a9c (diff)
downloadexternal_llvm-ff4d609ec5eca4fc30a931a505d0c18f7569f8c4.zip
external_llvm-ff4d609ec5eca4fc30a931a505d0c18f7569f8c4.tar.gz
external_llvm-ff4d609ec5eca4fc30a931a505d0c18f7569f8c4.tar.bz2
Compilation fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/SmallVector.h')
-rw-r--r--include/llvm/ADT/SmallVector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/SmallVector.h b/include/llvm/ADT/SmallVector.h
index daf6ee5..6faa3cc 100644
--- a/include/llvm/ADT/SmallVector.h
+++ b/include/llvm/ADT/SmallVector.h
@@ -17,6 +17,7 @@
#include "llvm/ADT/iterator.h"
#include "llvm/Support/type_traits.h"
#include <algorithm>
+#include <cstring>
#include <memory>
#ifdef _MSC_VER