Pārlūkot izejas kodu

Merge topic 'iwyu-update'

ea7177b9 cmCustomCommandGenerator: Fix include-what-you-use diagnostic

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1252
Brad King 8 gadi atpakaļ
vecāks
revīzija
3f8c6cab4b
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Source/cmCustomCommandGenerator.cxx

+ 2 - 0
Source/cmCustomCommandGenerator.cxx

@@ -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)