From 048b4e41131e2dba9da6ffe102176cb0c6beb745 Mon Sep 17 00:00:00 2001 From: Reimu NotMoe <34613827+ReimuNotMoe@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:14:03 +0800 Subject: [PATCH] Add missing #include in microfmt.hpp --- src/utils/microfmt.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/microfmt.hpp b/src/utils/microfmt.hpp index 46876b25..2cf0b809 100644 --- a/src/utils/microfmt.hpp +++ b/src/utils/microfmt.hpp @@ -1,6 +1,7 @@ #ifndef MICROFMT_HPP #define MICROFMT_HPP +#include #include #include #include