From 941a14042a06c4bb65c985a0bb9754160045a297 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Mon, 14 Apr 2014 23:06:36 +0200 Subject: [PATCH] AIX: fix compilation error because of missing 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 --- Source/cmExtraCodeLiteGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmExtraCodeLiteGenerator.cxx b/Source/cmExtraCodeLiteGenerator.cxx index 33ffc9002..8acc5b414 100644 --- a/Source/cmExtraCodeLiteGenerator.cxx +++ b/Source/cmExtraCodeLiteGenerator.cxx @@ -23,8 +23,8 @@ #include #include #include +#include "cmStandardIncludes.h" #include "cmXMLSafe.h" -#include //---------------------------------------------------------------------------- void cmExtraCodeLiteGenerator::GetDocumentation(cmDocumentationEntry& entry,