From 70748756427c115b9344c7ce7759ff7041ce879b Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 2 Apr 2009 01:11:37 +0000 Subject: [PATCH] Fix build on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68269 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Triple.cpp | 1 + 1 file changed, 1 insertion(+) 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; //