toshset (1.76-4) 06_fix_FTBFS_with_gcc4.4.patch

Summary

 cdsSStream.hh |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

Adding a missing include
--- trunk.orig/cdsSStream.hh
+++ trunk/cdsSStream.hh
@@ -3,6 +3,7 @@
 #ifndef __cdsSStream_hh__
 #define __cdsSStream_hh__
 
+#include <cstdio>
 #include <iostream> 
 #include <cstdio>
 #include <cdsString.hh>