diff options
Diffstat (limited to 'graphics/cal3d/files/patch-src_cal3d_streamsource.h')
-rw-r--r-- | graphics/cal3d/files/patch-src_cal3d_streamsource.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/cal3d/files/patch-src_cal3d_streamsource.h b/graphics/cal3d/files/patch-src_cal3d_streamsource.h new file mode 100644 index 000000000000..b2125b55736f --- /dev/null +++ b/graphics/cal3d/files/patch-src_cal3d_streamsource.h @@ -0,0 +1,11 @@ +--- src/cal3d/streamsource.h.orig Tue Jul 13 10:05:35 2004 ++++ src/cal3d/streamsource.h Tue Jul 13 10:05:47 2004 +@@ -17,7 +17,7 @@ + + #include "cal3d/global.h" + #include "cal3d/datasource.h" +-#include <istream> ++#include <istream.h> + + /** + * CalStreamSource class. |