mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
42121eca71
b) Update to 1.0.4 Submitted by: Simon Barner <barner@in.tum.de>
14 lines
228 B
C++
14 lines
228 B
C++
--- misc/Misc.h.orig Tue Jul 22 16:14:35 2003
|
|
+++ misc/Misc.h Tue Jul 22 16:14:59 2003
|
|
@@ -26,7 +26,9 @@
|
|
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+
|
|
+using std::ostrstream;
|
|
|
|
class Misc
|
|
{
|