Fix build of unit-tests with gcc4.

This commit is contained in:
Oliver Tappe
2014-06-11 11:43:12 +02:00
parent bab4c96c5c
commit 77aa0e2a5e
35 changed files with 126 additions and 82 deletions
+3
View File
@@ -1,7 +1,10 @@
// SymLinkTest.cpp
#include <stdio.h>
#include <string.h>
#include <string>
using std::string;
#include <Directory.h>
#include <Entry.h>