diff options
author | Brad King <brad.king@kitware.com> | 2023-05-11 17:55:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-05-31 13:43:01 (GMT) |
commit | 41e8507ab790cb569d4b3231e5632585cc1dcbff (patch) | |
tree | 7ba9d45305e0fe48cb2db73dc2de5e1672ff4415 /Utilities | |
parent | 26240066084b9cbe37956cee4b3be1e75e144ce5 (diff) | |
download | CMake-41e8507ab790cb569d4b3231e5632585cc1dcbff.zip CMake-41e8507ab790cb569d4b3231e5632585cc1dcbff.tar.gz CMake-41e8507ab790cb569d4b3231e5632585cc1dcbff.tar.bz2 |
IWYU: Add mapping for bits/chrono.h to chrono
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/IWYU/mapping.imp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/IWYU/mapping.imp b/Utilities/IWYU/mapping.imp index 6c12ada..fba4c60 100644 --- a/Utilities/IWYU/mapping.imp +++ b/Utilities/IWYU/mapping.imp @@ -22,6 +22,7 @@ # HACK: check whether this can be removed with next iwyu release. { include: [ "<bits/cxxabi_forced.h>", private, "<ctime>", public ] }, + { include: [ "<bits/chrono.h>", private, "<chrono>", public ] }, { include: [ "<bits/exception.h>", private, "<exception>", public ] }, { include: [ "<bits/shared_ptr.h>", private, "<memory>", public ] }, { include: [ "<bits/std_function.h>", private, "<functional>", public ] }, |