diff options
author | Brad King <brad.king@kitware.com> | 2016-08-24 13:45:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-08-24 13:45:44 (GMT) |
commit | 4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165 (patch) | |
tree | bfce7cdad9add0c659e127f74c5c8afc1c45c21a /Source/cmNewLineStyle.cxx | |
parent | 21a7809bfaa02ec3d11620676636e65b47065b62 (diff) | |
parent | 5cbb54880742c23658991edec91a514f3582ed2b (diff) | |
download | CMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.zip CMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.tar.gz CMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.tar.bz2 |
Merge topic 'include-what-you-use'
5cbb5488 fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmNewLineStyle.cxx')
-rw-r--r-- | Source/cmNewLineStyle.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmNewLineStyle.cxx b/Source/cmNewLineStyle.cxx index d64993a..e9d017e 100644 --- a/Source/cmNewLineStyle.cxx +++ b/Source/cmNewLineStyle.cxx @@ -11,6 +11,8 @@ ============================================================================*/ #include "cmNewLineStyle.h" +#include <stddef.h> + cmNewLineStyle::cmNewLineStyle() : NewLineStyle(Invalid) { |