diff options
-rw-r--r-- | Source/cmStandardIncludes.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |