comparison Plugin/Plugin.cpp @ 275:3a9749b1dfce

link against system-wide Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 11:31:08 +0200
parents d3b58d11e3ec
children adb5324ce1e8
comparison
equal deleted inserted replaced
274:52b56343d268 275:3a9749b1dfce
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero 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 "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
22 #include "ViewerToolbox.h" 23 #include "ViewerToolbox.h"
23 #include "ViewerPrefetchPolicy.h" 24 #include "ViewerPrefetchPolicy.h"
24 #include "DecodedImageAdapter.h" 25 #include "DecodedImageAdapter.h"
25 #include "SeriesInformationAdapter.h" 26 #include "SeriesInformationAdapter.h"
26 27
27 #include <DicomFormat/DicomMap.h> 28 #include <DicomFormat/DicomMap.h>
28 #include <OrthancException.h> 29 #include <OrthancException.h>
29 #include <SystemToolbox.h> 30 #include <SystemToolbox.h>
30 #include <Toolbox.h> 31 #include <Toolbox.h>
31 #include <OrthancPluginCppWrapper.h>
32 32
33 #include <boost/thread.hpp> 33 #include <boost/thread.hpp>
34 #include <boost/lexical_cast.hpp> 34 #include <boost/lexical_cast.hpp>
35 #include <EmbeddedResources.h> 35 #include <EmbeddedResources.h>
36 #include <boost/filesystem.hpp> 36 #include <boost/filesystem.hpp>