comparison Plugin/ViewerToolbox.cpp @ 287:ec1af1fdcaca

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:33:32 +0100
parents 3a9749b1dfce
children aadbffcee805
comparison
equal deleted inserted replaced
286:adb5324ce1e8 287:ec1af1fdcaca
19 **/ 19 **/
20 20
21 21
22 #include "ViewerToolbox.h" 22 #include "ViewerToolbox.h"
23 23
24 #include <Logging.h>
24 #include <OrthancException.h> 25 #include <OrthancException.h>
25 #include <Toolbox.h> 26 #include <Toolbox.h>
26 27
27 // To gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0 28 // To gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0
28 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" 29 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"