From 3301b695cb158e09ec540cc8318eacef9877b638 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Jan 2003 18:15:34 +0000 Subject: Fix build problem on sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5428 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/lib/Support/SystemUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support/lib/Support/SystemUtils.cpp') diff --git a/support/lib/Support/SystemUtils.cpp b/support/lib/Support/SystemUtils.cpp index 98b2fc662c..034c141f79 100644 --- a/support/lib/Support/SystemUtils.cpp +++ b/support/lib/Support/SystemUtils.cpp @@ -9,7 +9,8 @@ #include #include #include -#include +#include +#include #include #include #include -- cgit v1.2.3-18-g5258