commit | 70748756427c115b9344c7ce7759ff7041ce879b | [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 | e8a290fefcbf443d7c85149f5c14a5a305aeaf29 [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; //