blob: 852e69302634dd77095dd7223f43b4ed18b63530 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- tv/tvbrowse.cpp.orig Wed Sep 20 22:34:02 2000
+++ tv/tvbrowse.cpp Sat Nov 22 22:06:16 2003
@@ -28,8 +28,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <iomanip.h>
-#include <strstream.h>
+#include <sstream>
+#include <iomanip>
#define Uses_TEvent
#include <tvision/tv.h>
|