diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-09-16 00:00:33 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-06 23:52:40 +0100 |
commit | f8d7b4daea679048926883ba2f23527360ad435d (patch) | |
tree | d785dc83e6601ef7918c26b52f7f99e405b28555 /Base | |
parent | c330ad27b63fe3abe55121bf5c3f803460fb2457 (diff) | |
download | serenity-f8d7b4daea679048926883ba2f23527360ad435d.zip |
AK: Add missing headers
Example failure:
IDAllocator.h only pulls in AK/Hashtable.h, so any compilation unit that
includes AK/IDAllocator.h without including AK/Traits.h before it used
to be doomed to fail with the cryptic error message "In instantiation of
'AK::HashTable<T, TraitsForT, IsOrdered>::Iterator AK::HashTable<T,
TraitsForT, IsOrdered>::find(const T&) [with T = int; TraitsForT =
AK::Traits: incomplete type 'AK::Traits<int>' used in nested name
specifier".
Diffstat (limited to 'Base')
0 files changed, 0 insertions, 0 deletions