From 5d0b9e405f869558f7a3dad4276c7825066f115d Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 23 Oct 2022 10:35:14 +0000 Subject: [PATCH] fix: missing include breaks compile --- src/Packet.h | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/Packet.h b/src/Packet.h index 06b7caa..afb6a2a 100644 --- a/src/Packet.h +++ b/src/Packet.h @@ -8,6 +8,7 @@ #pragma once #include +#include #include class Packet -- libgit2 0.21.4