Mercurial > hg > orthanc
comparison Core/Compression/ZipWriter.cpp @ 950:8811abd6aec9
move ThirdParty code
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Jun 2014 15:32:02 +0200 |
parents | a811bdf8b8eb |
children | 46bca019587e |
comparison
equal
deleted
inserted
replaced
949:766a57997121 | 950:8811abd6aec9 |
---|---|
36 #define NOMINMAX | 36 #define NOMINMAX |
37 #endif | 37 #endif |
38 | 38 |
39 #include "ZipWriter.h" | 39 #include "ZipWriter.h" |
40 | 40 |
41 #include "../../Resources/minizip/zip.h" | 41 #include "../../Resources/ThirdParty/minizip/zip.h" |
42 #include <boost/date_time/posix_time/posix_time.hpp> | 42 #include <boost/date_time/posix_time/posix_time.hpp> |
43 #include <limits> | 43 #include <limits> |
44 | 44 |
45 #include "../OrthancException.h" | 45 #include "../OrthancException.h" |
46 | 46 |