[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-948-g2a71480
Daniel Pfeifer
daniel at pfeifer-mail.de
Mon Nov 7 14:07:11 EST 2016
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 2a71480fa93b4c8bdb6485c1a78a9cd01f050791 (commit)
via 7719d01d2925429be2ee4f742cbce81c5c5e1044 (commit)
from f2f7d5af951cdca95bd245838d5f24fea85a92cf (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a71480fa93b4c8bdb6485c1a78a9cd01f050791
commit 2a71480fa93b4c8bdb6485c1a78a9cd01f050791
Merge: f2f7d5a 7719d01
Author: Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Mon Nov 7 14:07:05 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 7 14:07:05 2016 -0500
Merge topic 'include-what-you-use' into next
7719d01d Fixup! Fix several include-what-you-use findings
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7719d01d2925429be2ee4f742cbce81c5c5e1044
commit 7719d01d2925429be2ee4f742cbce81c5c5e1044
Author: Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Mon Nov 7 20:06:10 2016 +0100
Commit: Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Mon Nov 7 20:06:10 2016 +0100
Fixup! Fix several include-what-you-use findings
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 1bade57..afff0f3 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -20,6 +20,7 @@
#undef GetCurrentDirectory
#include <assert.h>
+#include <stdlib.h>
#include <sys/types.h>
// include sys/stat.h after sys/types.h
-----------------------------------------------------------------------
Summary of changes:
Source/cmFileCommand.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list