From: Mikhail Glushenkov Date: Thu, 2 Apr 2009 01:11:37 +0000 (+0000) Subject: Fix build on Linux. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=70748756427c115b9344c7ce7759ff7041ce879b;p=oota-llvm.git 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 6324ead707d..5310c3a6e73 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp @@ -9,6 +9,7 @@ #include "llvm/ADT/Triple.h" #include +#include using namespace llvm; //