From 20f4bc6b928562d5007d856e53005c533c5004d0 Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Sun, 31 May 2026 17:19:47 +0200 Subject: Icon --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index f3fc56b..22af0f8 100644 --- a/st.h +++ b/st.h @@ -3,6 +3,8 @@ #include #include +#include + /* macros */ #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) < (b) ? (b) : (a)) -- cgit