From 50e20b2c43aeb906ce8607b751fba658c1f2ec2a Mon Sep 17 00:00:00 2001 From: blankie Date: Fri, 9 Jun 2023 19:30:08 +0700 Subject: [PATCH] Fix compilation on GCC again... --- hiredis_wrapper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hiredis_wrapper.h b/hiredis_wrapper.h index 24a0fe1..8f3473b 100644 --- a/hiredis_wrapper.h +++ b/hiredis_wrapper.h @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include