| commit | bc4c0d657a15b4500410a350f8c7c8e49fad366f | [log] [tgz] |
|---|---|---|
| author | nanoric <nanoric@qq.com> | Fri Jun 10 22:13:22 2022 +0800 |
| committer | Brad King <brad.king@kitware.com> | Fri Jun 10 10:53:49 2022 -0400 |
| tree | 8c6c0398d2d742c076b5c51e7a378e5159a61a62 | |
| parent | d63ec8645f5b296bb6b09f47240f26cf44994429 [diff] |
cmWindowsRegistry: Add missing <cstdint> include It is needed for `std::uint8_t`, but was left out of commit 8d7e80cf3d (find_* commands: add control over Windows registry views, 2022-04-16). For some reason the include-what-you-use tool does not think the include is needed, so add an `IWYU pragma` to keep it.