diff options
author | Rose <83477269+AtariDreams@users.noreply.github.com> | 2021-10-23 15:27:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-02 18:45:29 (GMT) |
commit | 6f4727aaa04df63e24e2d514c7f6ba924491b8e5 (patch) | |
tree | a61225458f861ceb42512a0baf7e419a5778078f /Source/cmVisualStudioWCEPlatformParser.h | |
parent | 4e84a4763d702590fb06d62540e35a614dcd5133 (diff) | |
download | CMake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.zip CMake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.tar.gz CMake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.tar.bz2 |
Source: Replace C headers with C++ ones
In applicable areas only, of course.
Diffstat (limited to 'Source/cmVisualStudioWCEPlatformParser.h')
-rw-r--r-- | Source/cmVisualStudioWCEPlatformParser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmVisualStudioWCEPlatformParser.h b/Source/cmVisualStudioWCEPlatformParser.h index eb4e978..2fff91c 100644 --- a/Source/cmVisualStudioWCEPlatformParser.h +++ b/Source/cmVisualStudioWCEPlatformParser.h @@ -4,12 +4,11 @@ #include "cmConfigure.h" // IWYU pragma: keep +#include <cstddef> #include <map> #include <string> #include <vector> -#include <stddef.h> - #include "cmXMLParser.h" // This class is used to parse XML with configuration |