diff options
Diffstat (limited to 'Source/cmStandardIncludes.cxx')
-rw-r--r-- | Source/cmStandardIncludes.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmStandardIncludes.cxx b/Source/cmStandardIncludes.cxx index a4bdb2e..23c570c 100644 --- a/Source/cmStandardIncludes.cxx +++ b/Source/cmStandardIncludes.cxx @@ -11,6 +11,6 @@ ============================================================================*/ #include "cmStandardIncludes.h" #if !defined(CMAKE_NO_ANSI_STRING_STREAM) -cmOStringStream::cmOStringStream() {} -cmOStringStream::~cmOStringStream() {} +std::ostringstream::cmOStringStream() {} +std::ostringstream::~cmOStringStream() {} #endif |