diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-05-30 11:00:57 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-05-30 11:03:00 (GMT) |
commit | 63fdc2f12bd00472a8108c2e234f84a0ce95a42c (patch) | |
tree | 4b979b60ab5bcaf2b429c35e239c34bbe02f86ce /Utilities | |
parent | 3ed14cb3ac03e7df53b9f9f987d5180e74dc2b64 (diff) | |
download | CMake-63fdc2f12bd00472a8108c2e234f84a0ce95a42c.zip CMake-63fdc2f12bd00472a8108c2e234f84a0ce95a42c.tar.gz CMake-63fdc2f12bd00472a8108c2e234f84a0ce95a42c.tar.bz2 |
IWYU: update mapping for gcc 7.1
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 ] }, |