comparison Framework/Inputs/DicomPyramidLevel.cpp @ 59:7a3853d51c45

Move "Framework/Orthanc/" as "Resources/Orthanc/"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 16:34:34 +0100
parents 91fc9583b2de
children 147bd6dc28db
comparison
equal deleted inserted replaced
58:35468714a38e 59:7a3853d51c45
19 19
20 20
21 #include "../PrecompiledHeadersWSI.h" 21 #include "../PrecompiledHeadersWSI.h"
22 #include "DicomPyramidLevel.h" 22 #include "DicomPyramidLevel.h"
23 23
24 #include "../Orthanc/Core/Logging.h" 24 #include "../../Resources/Orthanc/Core/Logging.h"
25 #include "../Orthanc/Core/OrthancException.h" 25 #include "../../Resources/Orthanc/Core/OrthancException.h"
26 26
27 #include <boost/lexical_cast.hpp> 27 #include <boost/lexical_cast.hpp>
28 28
29 namespace OrthancWSI 29 namespace OrthancWSI
30 { 30 {