diff options
author | N.N. <matju@users.sourceforge.net> | 2009-12-12 04:45:36 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-12-12 04:45:36 +0000 |
commit | 40194041a1efbf98c45185098e3795150a0128a4 (patch) | |
tree | 507d775e70d29e900cf9ad894297dc1436c0669b | |
parent | 92441bf3b3044e45dabcaf87478a53cd3d011503 (diff) |
<iostream> does not imply <string.h>backups/externals/august/readanysf_@12835
svn path=/trunk/externals/august/readanysf~/; revision=12829
-rw-r--r-- | src/InputFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/InputFile.cpp b/src/InputFile.cpp index 73b5c2b..d34e8a2 100644 --- a/src/InputFile.cpp +++ b/src/InputFile.cpp @@ -1,5 +1,6 @@ #include "InputFile.h" #include <iostream.h> +#include <string.h> InputFile::InputFile () { fd = 0; |