diff Framework/Enumerations.cpp @ 59:7a3853d51c45

Move "Framework/Orthanc/" as "Resources/Orthanc/"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 16:34:34 +0100
parents 9621fd6f17c9
children ff0ef01c332c
line wrap: on
line diff
--- a/Framework/Enumerations.cpp	Thu Nov 24 19:54:44 2016 +0100
+++ b/Framework/Enumerations.cpp	Fri Nov 25 16:34:34 2016 +0100
@@ -22,9 +22,9 @@
 #include "Enumerations.h"
 
 #include "Jpeg2000Reader.h"
-#include "Orthanc/Core/OrthancException.h"
-#include "Orthanc/Core/SystemToolbox.h"
-#include "Orthanc/Core/Toolbox.h"
+#include "../Resources/Orthanc/Core/OrthancException.h"
+#include "../Resources/Orthanc/Core/SystemToolbox.h"
+#include "../Resources/Orthanc/Core/Toolbox.h"
 
 #include <string.h>
 #include <boost/algorithm/string/predicate.hpp>