From 98ae74ce7476146c50427a4e0765f49f33825d62 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 11 Oct 2002 08:36:20 -0400 Subject: ERR: istrstream and istringstream need to be pulled into namespace std on the SGI. --- Source/cmStandardIncludes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index d72bb9c..5094b36 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -122,8 +122,10 @@ using ::ofstream; #if !defined(CMAKE_NO_ANSI_STRING_STREAM) using ::ostringstream; + using ::istringstream; #else using ::ostrstream; + using ::istrstream; #endif using ::endl; -- cgit v0.12