Mercurial > hg > orthanc
comparison OrthancServer/Resources/Samples/Tools/RecoverCompressedFile.cpp @ 4045:05b8fd21089c framework
fix path
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 10 Jun 2020 21:27:31 +0200 |
parents | d25f4c0fa160 |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4044:d25f4c0fa160 | 4045:05b8fd21089c |
---|---|
17 * You should have received a copy of the GNU General Public License | 17 * You should have received a copy of the GNU General Public License |
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 **/ | 19 **/ |
20 | 20 |
21 | 21 |
22 #include "../../../Core/Compression/ZlibCompressor.h" | 22 #include "../../../../OrthancFramework/Sources/Compression/ZlibCompressor.h" |
23 #include "../../../Core/SystemToolbox.h" | 23 #include "../../../../OrthancFramework/Sources/SystemToolbox.h" |
24 #include "../../../Core/OrthancException.h" | 24 #include "../../../../OrthancFramework/Sources/OrthancException.h" |
25 | 25 |
26 #include <stdio.h> | 26 #include <stdio.h> |
27 | 27 |
28 int main(int argc, const char* argv[]) | 28 int main(int argc, const char* argv[]) |
29 { | 29 { |