comparison Resources/Samples/Tools/RecoverCompressedFile.cpp @ 2038:235319b3ddf0

fix
author sjodogne
date Tue, 21 Jun 2016 14:29:45 +0200
parents 9dd1ee869b88
children aa4b8895cd23
comparison
equal deleted inserted replaced
2037:661c75c7ff8f 2038:235319b3ddf0
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"
22 #include "../../../Core/Compression/ZlibCompressor.h" 21 #include "../../../Core/Compression/ZlibCompressor.h"
23 #include "../../../Core/Toolbox.h" 22 #include "../../../Core/Toolbox.h"
24 #include "../../../Core/OrthancException.h" 23 #include "../../../Core/OrthancException.h"
25 24
26 #include <stdio.h> 25 #include <stdio.h>