Mercurial > hg > orthanc
diff OrthancFramework/Sources/FileStorage/FileInfo.h @ 4503:b525e0c3cff0
fix shared library
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 09 Feb 2021 17:05:45 +0100 |
parents | 3b4940bca158 |
children | a3c6678aa7b1 |
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_;