From 423668262b2f8721f185e592f98286b87f51e9bd Mon Sep 17 00:00:00 2001 From: Ivan Sorokin Date: Mon, 27 May 2024 15:59:41 +0200 Subject: [PATCH] minor --- 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 8b4f9e1a..a5aaca99 100644 --- a/CPP/7zip/Archive/Zip/ZipItem.cpp +++ b/CPP/7zip/Archive/Zip/ZipItem.cpp @@ -3,6 +3,7 @@ #if (!defined _WIN32) && (!defined __CYGWIN__) && (!defined __APPLE__) #include #include +#include #endif #include "StdAfx.h"