blob: ae978ea280f2bc2d2bf24e312490e52e263f3ce6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- src/uipp/prompter/GARCommand.C.orig Sat Nov 30 02:48:50 2002
+++ src/uipp/prompter/GARCommand.C Sat Nov 30 02:46:44 2002
@@ -18,6 +18,7 @@
#elif defined(HAVE_STRSTREA_H)
#include <strstrea.h>
#endif
+#include <strstream>
#include "NoUndoCommand.h"
#include "GARApplication.h"
@@ -50,9 +51,9 @@
char *fname;
unsigned long mode;
int dirty;
- strstream tmpstr;
+ std::strstream tmpstr;
#ifdef aviion
- strstream tmpstr2;
+ std::strstream tmpstr2;
#endif
switch (this->option)
|