AK: Add missing include to Traits.h

This commit is contained in:
Andreas Kling 2022-04-10 19:17:47 +02:00
parent a687186039
commit 40f584a2bb
Notes: sideshowbarker 2024-07-17 14:11:16 +09:00

View File

@ -1,11 +1,12 @@
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2018-2022, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/BitCast.h>
#include <AK/Concepts.h>
#include <AK/Forward.h>
#include <AK/HashFunctions.h>