LibMain: Update header includes

This commit is contained in:
Lenny Maiorani 2022-02-14 10:19:35 -07:00 committed by Linus Groh
commit 4e6898c5cc
Notes: sideshowbarker 2024-07-17 18:12:40 +09:00

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2021, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2022, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
@ -7,6 +8,8 @@
#pragma once
#include <AK/Error.h>
#include <AK/Span.h>
#include <AK/StringView.h>
namespace Main {