cmCustomCommandGenerator: Fix include-what-you-use diagnostic

For `size_t` we should include `stddef.h`.
This commit is contained in:
Brad King
2017-09-11 14:39:20 -04:00
parent 28adf3833c
commit ea7177b947

View File

@@ -13,6 +13,8 @@
#include "cmSystemTools.h"
#include "cm_auto_ptr.hxx"
#include <stddef.h>
cmCustomCommandGenerator::cmCustomCommandGenerator(cmCustomCommand const& cc,
const std::string& config,
cmLocalGenerator* lg)