From: Alkis Evlogimenos Date: Sun, 14 Nov 2004 22:37:42 +0000 (+0000) Subject: Add missing include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98bc8ed49be09c282e2f0f679fcce382f62390dc;p=oota-llvm.git Add missing include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17799 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;