changeset 4503:b525e0c3cff0

fix shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 17:05:45 +0100
parents e3e759cbd19c
children 7d1eabfac6e0
files OrthancFramework/Sources/FileStorage/FileInfo.h
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FileInfo.h	Tue Feb 09 15:50:14 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/FileInfo.h	Tue Feb 09 17:05:45 2021 +0100
@@ -22,13 +22,14 @@
 
 #pragma once
 
-#include <string>
+#include "../OrthancFramework.h"
+#include "../Enumerations.h"
+
 #include <stdint.h>
-#include "../Enumerations.h"
 
 namespace Orthanc
 {
-  struct FileInfo
+  struct ORTHANC_PUBLIC FileInfo
   {
   private:
     bool             valid_;