diff Core/HttpServer/HttpContentNegociation.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 2a170a8f1faf
children
line wrap: on
line diff
--- a/Core/HttpServer/HttpContentNegociation.h	Fri May 29 21:23:57 2020 +0200
+++ b/Core/HttpServer/HttpContentNegociation.h	Fri Jun 05 16:07:01 2020 +0200
@@ -32,6 +32,7 @@
 
 #pragma once
 
+#include "../OrthancFramework.h"
 #include "../Compatibility.h"
 
 #include <memory>
@@ -45,7 +46,7 @@
 
 namespace Orthanc
 {
-  class HttpContentNegociation : public boost::noncopyable
+  class ORTHANC_PUBLIC HttpContentNegociation : public boost::noncopyable
   {
   public:
     typedef std::map<std::string, std::string>  HttpHeaders;