From 62765d703467eced83ee96a0a423c57ebe5cdaeb Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 21 Apr 2023 03:46:16 +1000 Subject: [PATCH] Common: Add missing include --- src/common/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/log.h b/src/common/log.h index 49179a923..d68b55605 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -4,6 +4,7 @@ #pragma once #include "types.h" #include +#include #include enum LOGLEVEL