From 68d2d2f82361e29d2f35608094179c6b5c8132eb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 18 May 2008 14:24:58 +0000 Subject: [PATCH] add missing #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51227 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/Path.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 00e4ea3af01..22663491058 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -19,6 +19,7 @@ #include #include #include +#include namespace llvm { namespace sys {