diff OrthancServer/Sources/Search/DicomTagConstraint.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 37310bb1cd30
line wrap: on
line diff
--- a/OrthancServer/Sources/Search/DicomTagConstraint.cpp	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancServer/Sources/Search/DicomTagConstraint.cpp	Wed Jun 10 21:27:31 2020 +0200
@@ -38,8 +38,8 @@
 #  include "../ServerToolbox.h"
 #endif
 
-#include "../../Core/OrthancException.h"
-#include "../../Core/Toolbox.h"
+#include "../../../OrthancFramework/Sources/OrthancException.h"
+#include "../../../OrthancFramework/Sources/Toolbox.h"
 #include "DatabaseConstraint.h"
 
 #include <boost/regex.hpp>