From 98bc8ed49be09c282e2f0f679fcce382f62390dc Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Sun, 14 Nov 2004 22:37:42 +0000 Subject: [PATCH] Add missing include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17799 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp index d58275944c5..a530f28273f 100644 --- a/lib/System/Path.cpp +++ b/lib/System/Path.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "llvm/System/Path.h" +#include namespace llvm { using namespace sys;