comparison Core/Compression/ZipWriter.h @ 2388:50cde8246542

CMake to build the Orthanc framework without the Orthanc server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Aug 2017 11:26:08 +0200
parents a3a65de1840f
children 878b59270859
comparison
equal deleted inserted replaced
2387:a60a79929007 2388:50cde8246542
34 #pragma once 34 #pragma once
35 35
36 #include <stdint.h> 36 #include <stdint.h>
37 #include <string> 37 #include <string>
38 #include <boost/shared_ptr.hpp> 38 #include <boost/shared_ptr.hpp>
39
40 #if ORTHANC_BUILD_UNIT_TESTS == 1
41 #include <gtest/gtest_prod.h>
42 #endif
43 39
44 namespace Orthanc 40 namespace Orthanc
45 { 41 {
46 class ZipWriter 42 class ZipWriter
47 { 43 {