orpheus (1.6-1.1) gcc-4.3-include-fix

Summary

 src/streamtrack.cc |    2 ++
 1 file changed, 2 insertions(+)

    
download this patch

Patch contents

--- orpheus-1.6.orig/src/streamtrack.cc
+++ orpheus-1.6/src/streamtrack.cc
@@ -46,6 +46,8 @@
 
 #endif
 
+#include <memory>
+
 static int cpid = -1;
 static FILE *fpread, *fpwrite;