Browse Source

Merge topic 'cmWindowsRegistry-cstdint' into release-3.24

bc4c0d657a cmWindowsRegistry: Add missing <cstdint> include

Acked-by: Kitware Robot <[email protected]>
Merge-request: !7349
Brad King 3 years ago
parent
commit
a3e2aa3494
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmWindowsRegistry.h

+ 1 - 0
Source/cmWindowsRegistry.h

@@ -2,6 +2,7 @@
    file Copyright.txt or https://cmake.org/licensing for details.  */
 #pragma once
 
+#include <cstdint> // IWYU pragma: keep
 #include <string>
 #include <vector>