[Cmake-commits] CMake branch, next, updated. v3.3.2-3344-gdad180e
Brad King
brad.king at kitware.com
Mon Sep 28 10:49:06 EDT 2015
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 dad180e984c83da8c1ff0d21903d974fef6cd9eb (commit)
via c827a4666fc6cff0cdbb6680ad71db975154b245 (commit)
from feacfe3d4bf66d2f43efd6eb5549a1db53f2fe49 (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=dad180e984c83da8c1ff0d21903d974fef6cd9eb
commit dad180e984c83da8c1ff0d21903d974fef6cd9eb
Merge: feacfe3 c827a46
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 28 10:49:05 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 28 10:49:05 2015 -0400
Merge topic 'simplify-qt-autogen' into next
c827a466 fixup! QtAutogen: Split initializer class into separate file.
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c827a4666fc6cff0cdbb6680ad71db975154b245
commit c827a4666fc6cff0cdbb6680ad71db975154b245
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 28 10:47:08 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 28 10:47:11 2015 -0400
fixup! QtAutogen: Split initializer class into separate file.
Fix include order for AIX streams large file support.
diff --git a/Source/cmQtAutoGeneratorInitializer.h b/Source/cmQtAutoGeneratorInitializer.h
index 78e49e0..c22f172 100644
--- a/Source/cmQtAutoGeneratorInitializer.h
+++ b/Source/cmQtAutoGeneratorInitializer.h
@@ -14,6 +14,8 @@
#ifndef cmQtAutoGeneratorInitializer_h
#define cmQtAutoGeneratorInitializer_h
+#include "cmStandardIncludes.h"
+
#include <string>
#include <vector>
#include <map>
-----------------------------------------------------------------------
Summary of changes:
Source/cmQtAutoGeneratorInitializer.h | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list