mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
c68fd844ac
- Update to 1.0.0 - Take maintainership Added file(s): - files/patch-utils_WalkDirectory.hpp - files/patch-utilsgl_gl++.hpp Removed file(s): - files/patch-utils::WalkDirectory.hpp - files/patch-utilsgl-gl++.hpp PR: ports/91281 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
11 lines
237 B
C++
11 lines
237 B
C++
--- utils/WalkDirectory.hpp.orig Sun Dec 19 15:18:06 2004
|
|
+++ utils/WalkDirectory.hpp Sun Mar 6 08:49:51 2005
|
|
@@ -16,6 +16,7 @@
|
|
#define _WalkDirectory_hpp_
|
|
|
|
#include <iostream>
|
|
+#include <string>
|
|
using namespace std;
|
|
|
|
#ifdef VCPP
|