diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-23 22:19:45 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-23 22:20:10 (GMT) |
commit | 72ea66b1cf28bba68f2b81637864a330e3ae715f (patch) | |
tree | 2eca95a0bd7c87e163bc077c20a050d555edb333 /Source/cmQtAutoGeneratorCommon.cxx | |
parent | 2a827b8244d451071c02e3a3c8398bcb8b0e01fd (diff) | |
download | CMake-72ea66b1cf28bba68f2b81637864a330e3ae715f.zip CMake-72ea66b1cf28bba68f2b81637864a330e3ae715f.tar.gz CMake-72ea66b1cf28bba68f2b81637864a330e3ae715f.tar.bz2 |
Autogen: include what you use
Diffstat (limited to 'Source/cmQtAutoGeneratorCommon.cxx')
-rw-r--r-- | Source/cmQtAutoGeneratorCommon.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGeneratorCommon.cxx b/Source/cmQtAutoGeneratorCommon.cxx index dcd61a3..2498fe8 100644 --- a/Source/cmQtAutoGeneratorCommon.cxx +++ b/Source/cmQtAutoGeneratorCommon.cxx @@ -8,6 +8,7 @@ #include <cmsys/RegularExpression.hxx> #include <sstream> +#include <stddef.h> // - Static functions |