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:
parent
11a6b3d59a
commit
941a14042a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue