From ab1bfffbd43bc433e340f437d9c50047d31ad800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 23 Mar 2025 10:51:26 +0800 Subject: [PATCH] util/debug: add missing headers --- src/util/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/debug.h b/src/util/debug.h index 9e6bf7228..3ef433dc7 100644 --- a/src/util/debug.h +++ b/src/util/debug.h @@ -1,3 +1,4 @@ +#include "fastfetch.h" #include "common/time.h" static inline const char* ffFindFileName(const char* file)