comparison 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
comparison
equal deleted inserted replaced
263:3b3525dee661 265:9cd240cfd3a6
33 #pragma once 33 #pragma once
34 34
35 #include <stdint.h> 35 #include <stdint.h>
36 #include <string> 36 #include <string>
37 #include <boost/shared_ptr.hpp> 37 #include <boost/shared_ptr.hpp>
38
39 #if ORTHANC_BUILD_UNIT_TESTS == 1
38 #include <gtest/gtest_prod.h> 40 #include <gtest/gtest_prod.h>
41 #endif
39 42
40 namespace Orthanc 43 namespace Orthanc
41 { 44 {
42 class ZipWriter 45 class ZipWriter
43 { 46 {