1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

For PR351:

Add a needed include.

llvm-svn: 19042
This commit is contained in:
Reid Spencer 2004-12-19 18:00:32 +00:00
parent 5b729e8d2d
commit 5eba1617bf

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "Unix.h"
#include "sys/stat.h"
namespace llvm {
using namespace sys;