summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-15 14:22:41 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-04-15 14:22:41 (GMT)
commit593b69c9dc9e692b198f1ddbf9251130e61a4679 (patch)
tree79d963968a254a58cee105eee0e76b99ea6d5452 /Source
parent33358fd571e5e108afbb21a4b763ab913cf145f4 (diff)
parent941a14042a06c4bb65c985a0bb9754160045a297 (diff)
downloadCMake-593b69c9dc9e692b198f1ddbf9251130e61a4679.zip
CMake-593b69c9dc9e692b198f1ddbf9251130e61a4679.tar.gz
CMake-593b69c9dc9e692b198f1ddbf9251130e61a4679.tar.bz2
Merge topic 'aix-no-sstream'
941a1404 AIX: fix compilation error because of missing <sstream>
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExtraCodeLiteGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExtraCodeLiteGenerator.cxx b/Source/cmExtraCodeLiteGenerator.cxx
index 33ffc90..8acc5b4 100644
--- a/Source/cmExtraCodeLiteGenerator.cxx
+++ b/Source/cmExtraCodeLiteGenerator.cxx
@@ -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,