Mercurial > hg > orthanc
diff Core/Compression/ZipWriter.cpp @ 824:a811bdf8b8eb
precompiled headers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 02 Jun 2014 11:36:07 +0200 |
parents | 2d0a347e8cfc |
children | 8811abd6aec9 |
line wrap: on
line diff
--- a/Core/Compression/ZipWriter.cpp Thu May 08 17:16:10 2014 +0200 +++ b/Core/Compression/ZipWriter.cpp Mon Jun 02 11:36:07 2014 +0200 @@ -29,6 +29,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. **/ + +#include "../PrecompiledHeaders.h" + #ifndef NOMINMAX #define NOMINMAX #endif