comparison OrthancServer/Plugins/Engine/PluginsErrorDictionary.h @ 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
34 #pragma once 34 #pragma once
35 35
36 #if ORTHANC_ENABLE_PLUGINS == 1 36 #if ORTHANC_ENABLE_PLUGINS == 1
37 37
38 #include "../Include/orthanc/OrthancCPlugin.h" 38 #include "../Include/orthanc/OrthancCPlugin.h"
39 #include "../../Core/OrthancException.h" 39 #include "../../../OrthancFramework/Sources/OrthancException.h"
40 #include "../../Core/SharedLibrary.h" 40 #include "../../../OrthancFramework/Sources/SharedLibrary.h"
41 41
42 #include <map> 42 #include <map>
43 #include <string> 43 #include <string>
44 #include <boost/noncopyable.hpp> 44 #include <boost/noncopyable.hpp>
45 #include <boost/thread/mutex.hpp> 45 #include <boost/thread/mutex.hpp>