diff options
author | Brad King <brad.king@kitware.com> | 2017-05-30 15:28:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-05-30 15:28:21 (GMT) |
commit | 3fb4f33c346aa31e077e672d15e0826d0bb5ec1e (patch) | |
tree | da55c62ebb75f354083cc9415757003b369364d7 /Utilities | |
parent | bd9ec9d1d07c4a24f537264e06c735c7a8b33810 (diff) | |
parent | 63fdc2f12bd00472a8108c2e234f84a0ce95a42c (diff) | |
download | CMake-3fb4f33c346aa31e077e672d15e0826d0bb5ec1e.zip CMake-3fb4f33c346aa31e077e672d15e0826d0bb5ec1e.tar.gz CMake-3fb4f33c346aa31e077e672d15e0826d0bb5ec1e.tar.bz2 |
Merge topic 'iwyu-gcc-7.1'
63fdc2f1 IWYU: update mapping for gcc 7.1
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !906
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 3604c0d..fe0f7df 100644 --- a/Utilities/IWYU/mapping.imp +++ b/Utilities/IWYU/mapping.imp @@ -21,6 +21,7 @@ { include: [ "<wctype.h>", public, "<cwctype>", public ] }, # HACK: check whether this can be removed with next iwyu release. + { include: [ "<bits/std_function.h>", private, "<functional>", public ] }, { include: [ "<bits/time.h>", private, "<time.h>", public ] }, { include: [ "<bits/types/clock_t.h>", private, "<time.h>", public ] }, { include: [ "<bits/types/struct_timespec.h>", private, "<time.h>", public ] }, |