diff --git a/CPP/7zip/Archive/Zip/ZipItem.cpp b/CPP/7zip/Archive/Zip/ZipItem.cpp index cc790819..63065bb9 100644 --- a/CPP/7zip/Archive/Zip/ZipItem.cpp +++ b/CPP/7zip/Archive/Zip/ZipItem.cpp @@ -1,5 +1,10 @@ // Archive/ZipItem.cpp +#ifndef _WIN32 +#include +#include +#endif + #include "StdAfx.h" #include "../../../../C/CpuArch.h"