diff Core/Compression/ZipWriter.h @ 265:9cd240cfd3a6 Orthanc-0.3.1

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2012 11:00:50 +0100
parents 5694365ecb96
children bdd72233b105
line wrap: on
line diff
--- a/Core/Compression/ZipWriter.h	Sun Dec 09 15:01:00 2012 +0100
+++ b/Core/Compression/ZipWriter.h	Mon Dec 10 11:00:50 2012 +0100
@@ -35,7 +35,10 @@
 #include <stdint.h>
 #include <string>
 #include <boost/shared_ptr.hpp>
+
+#if ORTHANC_BUILD_UNIT_TESTS == 1
 #include <gtest/gtest_prod.h>
+#endif
 
 namespace Orthanc
 {