commit | 292bf3aa763842f824edcb2adaa1bf5e5d9dac15 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Thu Apr 02 01:11:37 2009 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Thu Apr 02 01:11:37 2009 +0000 |
tree | e70d3872a92bd79ceb575da6eae950142789ec3e | |
parent | ef8bf0f79ae460166138a2a5d468bfd1ba17620a [diff] [blame] |
Fix build on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68269 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index 6324ead..5310c3a 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp
@@ -9,6 +9,7 @@ #include "llvm/ADT/Triple.h" #include <cassert> +#include <cstring> using namespace llvm; //