diff OrthancServer/Search/ISqlLookupFormatter.h @ 3100:f6de9d25b20d db-changes

removing build dependency on plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Jan 2019 16:21:57 +0100
parents 65e2bfa953ef
children 94f4a18a79cc
line wrap: on
line diff
--- a/OrthancServer/Search/ISqlLookupFormatter.h	Mon Jan 07 16:13:16 2019 +0100
+++ b/OrthancServer/Search/ISqlLookupFormatter.h	Mon Jan 07 16:21:57 2019 +0100
@@ -33,10 +33,15 @@
 
 #pragma once
 
-#include "DatabaseConstraint.h"
+#include "../../Core/Enumerations.h"
+
+#include <boost/noncopyable.hpp>
+#include <vector>
 
 namespace Orthanc
 {
+  class DatabaseConstraint;
+  
   // This class is also used by the "orthanc-databases" project
   class ISqlLookupFormatter : public boost::noncopyable
   {