mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
15 lines
233 B
C++
15 lines
233 B
C++
|
|
$FreeBSD$
|
|
|
|
--- safe_ostrstream.cpp.orig Fri Feb 21 03:11:22 2003
|
|
+++ safe_ostrstream.cpp Fri Feb 21 03:11:51 2003
|
|
@@ -20,6 +20,8 @@
|
|
*/
|
|
#ifdef __GNUC__
|
|
|
|
+using namespace std;
|
|
+
|
|
#include "safe_ostrstream.h"
|
|
#include <stdio.h>
|
|
|