comparison Resources/Samples/Tools/RecoverCompressedFile.cpp @ 2035:9dd1ee869b88

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Jun 2016 13:28:16 +0200
parents 07f2ba3677df
children 235319b3ddf0
comparison
equal deleted inserted replaced
2034:07f2ba3677df 2035:9dd1ee869b88
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 **/ 18 **/
19 19
20 20
21 #include "../../../Core/PrecompiledHeaders.h"
21 #include "../../../Core/Compression/ZlibCompressor.h" 22 #include "../../../Core/Compression/ZlibCompressor.h"
22 #include "../../../Core/Toolbox.h" 23 #include "../../../Core/Toolbox.h"
23 #include "../../../Core/OrthancException.h" 24 #include "../../../Core/OrthancException.h"
24 25
25 #include <stdio.h> 26 #include <stdio.h>