1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

LibMain: Update header includes

This commit is contained in:
Lenny Maiorani 2022-02-14 10:19:35 -07:00 committed by Linus Groh
parent 6bd880c404
commit 4e6898c5cc

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 {