AIX: fix compilation error because of missing <sstream>

Replace it by cmStandardIncludes.h which drags in the proper header depending
on what the compiler provides to fix this error:

CMake/Source/cmExtraCodeLiteGenerator.cxx:27: sstream: No such file or directory
This commit is contained in:
Rolf Eike Beer 2014-04-14 23:06:36 +02:00
parent 11a6b3d59a
commit 941a14042a
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@
#include <cmsys/SystemTools.hxx>
#include <cmsys/SystemInformation.hxx>
#include <cmsys/Directory.hxx>
#include "cmStandardIncludes.h"
#include "cmXMLSafe.h"
#include <sstream>
//----------------------------------------------------------------------------
void cmExtraCodeLiteGenerator::GetDocumentation(cmDocumentationEntry& entry,