diff options
Diffstat (limited to 'audio/tse3/files/patch-src_tse3_Serializable.h')
-rw-r--r-- | audio/tse3/files/patch-src_tse3_Serializable.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/tse3/files/patch-src_tse3_Serializable.h b/audio/tse3/files/patch-src_tse3_Serializable.h new file mode 100644 index 000000000000..d6fa38aec24a --- /dev/null +++ b/audio/tse3/files/patch-src_tse3_Serializable.h @@ -0,0 +1,10 @@ +--- src/tse3/Serializable.h.orig 2005-07-25 11:23:00 UTC ++++ src/tse3/Serializable.h +@@ -20,6 +20,7 @@ + #include <iosfwd> + #include <iomanip> + #include <cstddef> ++#include <iostream> + + namespace TSE3 + { |