summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/files/patch-src::FileIO::fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files/patch-src::FileIO::fileio.h')
-rw-r--r--graphics/gsculpt/files/patch-src::FileIO::fileio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-src::FileIO::fileio.h b/graphics/gsculpt/files/patch-src::FileIO::fileio.h
new file mode 100644
index 000000000..3c0ad9085
--- /dev/null
+++ b/graphics/gsculpt/files/patch-src::FileIO::fileio.h
@@ -0,0 +1,11 @@
+--- ./src/FileIO/fileio.h.orig Mon Jul 21 16:28:28 2003
++++ ./src/FileIO/fileio.h Mon Jul 21 16:28:40 2003
+@@ -8,7 +8,7 @@
+ #include <stdio.h>
+
+ #include <string>
+-
++using std::string;
+
+ string readString(FILE *f);
+ void writeString(FILE *f, const string& s);