File gtktalog-iostream.patch of Package gtktalog
--- src/plugins/html.cpp 2002-04-13 22:45:30.000000000 +0200 +++ html.cpp 2017-07-30 21:20:31.150453289 +0200 @@ -19,7 +19,7 @@ * * ***************************************************************************/ -#include <iostream.h> +#include <iostream> #include <stdio.h> #include <stdlib.h> #include <string.h> --- src/plugins/mp3.cpp 2000-08-20 16:22:51.000000000 +0200 +++ mp3.cpp 2017-07-30 21:18:11.074448058 +0200 @@ -1,4 +1,4 @@ -#include <iostream.h> +#include <iostream> #include <stdlib.h> #include <stdio.h> #include "mp3tag.h"