From c3e7a99bca872146464fbc2f15c9aed22ebd197a Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 15 Apr 2024 08:10:22 +0200 Subject: [PATCH] Add missing #pragma once --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils.h b/src/utils.h index c7c8e204d..786c6a136 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: 2023 James Graham // SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL +#pragma once + #include #include #include