From 557a4a6fab3c6e7b1341d48162039e1ca0b644e7 Mon Sep 17 00:00:00 2001 From: Reimu NotMoe <34613827+ReimuNotMoe@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:52:29 +0800 Subject: [PATCH] Add missing #include in microfmt.hpp (#183) This fixes building latest cpptrace in macOS (https://github.com/jeremy-rifkin/microfmt/issues/1) --- src/utils/microfmt.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/microfmt.hpp b/src/utils/microfmt.hpp index 46876b2..2cf0b80 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