comparison Plugin/ResourceHierarchyCache.cpp @ 22:c44013681a51

now using the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jul 2018 14:37:30 +0200
parents d5d3cb00556a
children bc0431cb6b8f
comparison
equal deleted inserted replaced
20:549d67db766c 22:c44013681a51
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 **/ 17 **/
18 18
19 #include "ResourceHierarchyCache.h" 19 #include "ResourceHierarchyCache.h"
20 20
21 #include "../Resources/Orthanc/Core/Logging.h" 21 #include <Core/Logging.h>
22 #include "../Resources/Orthanc/Core/OrthancException.h" 22 #include <Core/OrthancException.h>
23 23
24 #include <boost/lexical_cast.hpp> 24 #include <boost/lexical_cast.hpp>
25 25
26 namespace OrthancPlugins 26 namespace OrthancPlugins
27 { 27 {