From bf8dd4fd8759f21599bdb236274d8f4891a1fefd Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:16:07 -0800 Subject: [PATCH] include qstring in tohex.h --- app/common/tohex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/tohex.h b/app/common/tohex.h index 0e7eff7dd..600baf54d 100644 --- a/app/common/tohex.h +++ b/app/common/tohex.h @@ -1,6 +1,7 @@ #ifndef TOHEX_H #define TOHEX_H +#include #include #include "common/define.h"