diff options
author | Brad King <brad.king@kitware.com> | 2014-04-15 14:22:41 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-15 14:22:41 (GMT) |
commit | 593b69c9dc9e692b198f1ddbf9251130e61a4679 (patch) | |
tree | 79d963968a254a58cee105eee0e76b99ea6d5452 /Source | |
parent | 33358fd571e5e108afbb21a4b763ab913cf145f4 (diff) | |
parent | 941a14042a06c4bb65c985a0bb9754160045a297 (diff) | |
download | CMake-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.cxx | 2 |
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, |