From 208022cc5f24064097151264ce6374013e827d7d Mon Sep 17 00:00:00 2001 From: azw Date: Sun, 19 Feb 2023 02:33:11 +0000 Subject: [PATCH] 1 --- f8/msgqueue.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/f8/msgqueue.h b/f8/msgqueue.h index bbea8f9..46499cb 100644 --- a/f8/msgqueue.h +++ b/f8/msgqueue.h @@ -1,5 +1,7 @@ #pragma once +#include + namespace f8 { typedef std::function MsgHandleFunc;