diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 21:34:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 21:34:43 +0000 |
commit | 6524edf83cbdb3b8e9643c9cba5664cfddfa8759 (patch) | |
tree | 2de44f56a0227b6401572f159f5c09682744df88 /games/criticalmass/files/patch-utils::WalkDirectory.hpp | |
parent | - Update to 0.3.8. (diff) |
- Update to 0.9.10
PR: ports/78499
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=130473
Diffstat (limited to 'games/criticalmass/files/patch-utils::WalkDirectory.hpp')
-rw-r--r-- | games/criticalmass/files/patch-utils::WalkDirectory.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/criticalmass/files/patch-utils::WalkDirectory.hpp b/games/criticalmass/files/patch-utils::WalkDirectory.hpp new file mode 100644 index 000000000000..679cdfa0f098 --- /dev/null +++ b/games/criticalmass/files/patch-utils::WalkDirectory.hpp @@ -0,0 +1,10 @@ +--- 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 |