summaryrefslogtreecommitdiffstats
path: root/Source/cmWindowsRegistry.h
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-21 02:28:51 (GMT)
committerBrad King <brad.king@kitware.com>2022-09-22 13:24:48 (GMT)
commita392df50b3cebdaa52da9df4b0547384a9d82668 (patch)
tree0acb0aef3e1518b62869ced6b72f935cc6a92c54 /Source/cmWindowsRegistry.h
parent94bc776ec2c95d847d7344f4a01e745cc9cb6651 (diff)
downloadCMake-a392df50b3cebdaa52da9df4b0547384a9d82668.zip
CMake-a392df50b3cebdaa52da9df4b0547384a9d82668.tar.gz
CMake-a392df50b3cebdaa52da9df4b0547384a9d82668.tar.bz2
Build: Move `KWSYS_ENCODING_DEFAULT_CODEPAGE` to the config header
Diffstat (limited to 'Source/cmWindowsRegistry.h')
-rw-r--r--Source/cmWindowsRegistry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmWindowsRegistry.h b/Source/cmWindowsRegistry.h
index 2eed297..f4a0e7b 100644
--- a/Source/cmWindowsRegistry.h
+++ b/Source/cmWindowsRegistry.h
@@ -2,6 +2,8 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#pragma once
+#include "cmConfigure.h" // IWYU pragma: keep
+
#include <cstdint> // IWYU pragma: keep
#include <string>
#include <vector>