diff Core/Compression/ZipWriter.cpp @ 568:3f27814104f7 laaw

compile with msvc
author jodogne
date Wed, 25 Sep 2013 12:45:33 +0200
parents bdd72233b105
children eb5a0b21d05e
line wrap: on
line diff
--- a/Core/Compression/ZipWriter.cpp	Tue Sep 24 15:12:51 2013 +0200
+++ b/Core/Compression/ZipWriter.cpp	Wed Sep 25 12:45:33 2013 +0200
@@ -29,11 +29,15 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  **/
 
+#ifdef _WIN32
+#define NOMINMAX
+#endif
 
 #include "ZipWriter.h"
 
 #include "../../Resources/minizip/zip.h"
 #include <boost/date_time/posix_time/posix_time.hpp>
+#include <limits>
 
 #include "../OrthancException.h"