Compilation fix
authorSeo Sanghyeon <sanxiyn@gmail.com>
Tue, 1 Jul 2008 05:27:28 +0000 (05:27 +0000)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Tue, 1 Jul 2008 05:27:28 +0000 (05:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52950 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/SmallVector.h

index daf6ee53fcf67c665632ca381ab0d02e89160e3f..6faa3cc0ca26170e1e1e3c908834991343b875bb 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm/ADT/iterator.h"
 #include "llvm/Support/type_traits.h"
 #include <algorithm>
+#include <cstring>
 #include <memory>
 
 #ifdef _MSC_VER