comparison OrthancServer/Plugins/Samples/ModalityWorklists/Plugin.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 c5cdb6dc6865
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/Compatibility.h" 22 #include "../../../../OrthancFramework/Sources/Compatibility.h"
23 #include "../Common/OrthancPluginCppWrapper.h" 23 #include "../Common/OrthancPluginCppWrapper.h"
24 24
25 #include <boost/filesystem.hpp> 25 #include <boost/filesystem.hpp>
26 #include <json/value.h> 26 #include <json/value.h>
27 #include <json/reader.h> 27 #include <json/reader.h>