summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 0563d3c..fb1bdb6 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -108,9 +108,9 @@ using ::ifstream;
using ::ofstream;
#if !defined(CMAKE_NO_ANSI_STRING_STREAM)
- using ::stringstream;
+ using ::ostringstream;
#else
- using ::strstream;
+ using ::ostrstream;
#endif
using ::endl;