diff Core/HttpServer/StringMatcher.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 94f4a18a79cc
children
line wrap: on
line diff
--- a/Core/HttpServer/StringMatcher.h	Fri May 29 21:23:57 2020 +0200
+++ b/Core/HttpServer/StringMatcher.h	Fri Jun 05 16:07:01 2020 +0200
@@ -33,6 +33,8 @@
 
 #pragma once
 
+#include "../OrthancFramework.h"
+
 #include <boost/noncopyable.hpp>
 #include <boost/shared_ptr.hpp>
 #include <string>
@@ -40,7 +42,7 @@
 namespace Orthanc
 {
   // Convenience class that wraps a Boost algorithm for string matching
-  class StringMatcher : public boost::noncopyable
+  class ORTHANC_PUBLIC StringMatcher : public boost::noncopyable
   {
   public:
     typedef std::string::const_iterator Iterator;