From e1b52b765675015eee5ce9efdb1b81c6c3eaefb1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Dec 2002 00:44:34 +0000 Subject: Fix compilation on GCC 3.2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5136 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/lib/Support/SystemUtils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'support/lib/Support/SystemUtils.cpp') diff --git a/support/lib/Support/SystemUtils.cpp b/support/lib/Support/SystemUtils.cpp index 5483f80958..98b2fc662c 100644 --- a/support/lib/Support/SystemUtils.cpp +++ b/support/lib/Support/SystemUtils.cpp @@ -8,6 +8,7 @@ #include "SystemUtils.h" #include #include +#include #include #include #include -- cgit v1.2.3-18-g5258