|
@@ -53,7 +53,7 @@
|
|
|
#{ symbol: [ "std::pair", private, "<set>", public ] },
|
|
|
|
|
|
# HACK: iwyu wrongly thinks that <system_error> is needed for std::hash
|
|
|
- { symbol: [ "std::hash", private, "<utility>", public ] },
|
|
|
+ { symbol: [ "std::hash", private, "<functional>", public ] },
|
|
|
|
|
|
# __decay_and_strip is used internally in the C++11 standard library.
|
|
|
# IWYU does not classify it as internal and suggests to add <type_traits>.
|