comparison Core/Compression/ZipWriter.h @ 93:5317ff5cecc0

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Sep 2012 14:11:43 +0200
parents 0ec5e2e327b1
children fe180eae201d
comparison
equal deleted inserted replaced
92:aad2fe26587b 93:5317ff5cecc0
1 #pragma once 1 #pragma once
2 2
3 #include <stdint.h> 3 #include <stdint.h>
4 #include <string.h> 4 #include <string>
5 #include <boost/shared_ptr.hpp> 5 #include <boost/shared_ptr.hpp>
6 6
7 namespace Orthanc 7 namespace Orthanc
8 { 8 {
9 class ZipWriter 9 class ZipWriter