diff options
author | Brad King <brad.king@kitware.com> | 2016-11-08 14:44:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-08 14:44:40 (GMT) |
commit | 666bb0e3fa0d212c03f785bd9f6bc05d29925e1f (patch) | |
tree | c449804319ac490aa80214d9e31265dea4075abe /Source/cmPathLabel.cxx | |
parent | 4ec359bd6256e870d9b233fd5cd105e452a62300 (diff) | |
parent | 2e620f0b3834e5a612a38d61b7e50a561d7f11e8 (diff) | |
download | CMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.zip CMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.tar.gz CMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.tar.bz2 |
Merge topic 'include-what-you-use'
2e620f0b Fix several include-what-you-use findings
Diffstat (limited to 'Source/cmPathLabel.cxx')
-rw-r--r-- | Source/cmPathLabel.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmPathLabel.cxx b/Source/cmPathLabel.cxx index 19e6820..30ba081 100644 --- a/Source/cmPathLabel.cxx +++ b/Source/cmPathLabel.cxx @@ -2,6 +2,8 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmPathLabel.h" +#include <stddef.h> + cmPathLabel::cmPathLabel(const std::string& label) : Label(label) , Hash(0) |