[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2319-g7f58219
Rolf Eike Beer
eike at sf-mail.de
Mon Apr 14 17:08:13 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 7f58219a1fcc19a2e6c18bba985681eaf26ad19f (commit)
via 941a14042a06c4bb65c985a0bb9754160045a297 (commit)
from 52a9560c53042c771b22c68c4d0a6885023225aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7f58219a1fcc19a2e6c18bba985681eaf26ad19f
commit 7f58219a1fcc19a2e6c18bba985681eaf26ad19f
Merge: 52a9560 941a140
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Mon Apr 14 17:08:12 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 14 17:08:12 2014 -0400
Merge topic 'aix-no-sstream' into next
941a1404 AIX: fix compilation error because of missing <sstream>
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=941a14042a06c4bb65c985a0bb9754160045a297
commit 941a14042a06c4bb65c985a0bb9754160045a297
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Mon Apr 14 23:06:36 2014 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Mon Apr 14 23:07:58 2014 +0200
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
diff --git a/Source/cmExtraCodeLiteGenerator.cxx b/Source/cmExtraCodeLiteGenerator.cxx
index 33ffc90..8acc5b414 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,
-----------------------------------------------------------------------
Summary of changes:
Source/cmExtraCodeLiteGenerator.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list