diff options
author | Brad King <brad.king@kitware.com> | 2019-11-07 15:26:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-07 15:27:59 (GMT) |
commit | 74569996e8fe798386cca2d4241acea0644f6275 (patch) | |
tree | 34d7992c75adac14f922d8d2b18247d9f2726998 /Utilities | |
parent | d4611b05a87e125406588921a7cedc4efae8c8cd (diff) | |
parent | 53227a4ff27c6eda7cb5b3b283f96d1f2d2d56ca (diff) | |
download | CMake-74569996e8fe798386cca2d4241acea0644f6275.zip CMake-74569996e8fe798386cca2d4241acea0644f6275.tar.gz CMake-74569996e8fe798386cca2d4241acea0644f6275.tar.bz2 |
Merge topic 'refactor-foreach'
53227a4ff2 Refactor: Modernize `foreach` code and fix some bugs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3986
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 ef31e8b..5e4c7ba 100644 --- a/Utilities/IWYU/mapping.imp +++ b/Utilities/IWYU/mapping.imp @@ -24,6 +24,7 @@ { include: [ "<bits/shared_ptr.h>", private, "<memory>", public ] }, { include: [ "<bits/std_function.h>", private, "<functional>", public ] }, { include: [ "<bits/refwrap.h>", private, "<functional>", public ] }, + { include: [ "<bits/std_abs.h>", private, "<stdlib.h>", public ] }, { include: [ "<bits/stdint-intn.h>", private, "<stdint.h>", public ] }, { include: [ "<bits/stdint-uintn.h>", private, "<stdint.h>", public ] }, { include: [ "<bits/time.h>", private, "<time.h>", public ] }, |