1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Add missing include.

llvm-svn: 17799
This commit is contained in:
Alkis Evlogimenos 2004-11-14 22:37:42 +00:00
parent bbdeb2181d
commit a29bf44bde

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/System/Path.h"
#include <cassert>
namespace llvm {
using namespace sys;