From e807cf4acc1576776073493bf3cc365161b305ab Mon Sep 17 00:00:00 2001 From: unxed Date: Sun, 23 Feb 2025 16:30:43 +0100 Subject: [PATCH] added missing include --- CPP/7zip/Archive/Zip/ZipItem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CPP/7zip/Archive/Zip/ZipItem.cpp b/CPP/7zip/Archive/Zip/ZipItem.cpp index b3c9a8c..38a6733 100644 --- a/CPP/7zip/Archive/Zip/ZipItem.cpp +++ b/CPP/7zip/Archive/Zip/ZipItem.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #endif #include "StdAfx.h"