# HG changeset patch # User Sebastien Jodogne # Date 1612886745 -3600 # Node ID b525e0c3cff0970433c2c3b816766e9d2eda02d1 # Parent e3e759cbd19cde59c555ca214a8398a7a3d2b551 fix shared library diff -r e3e759cbd19c -r b525e0c3cff0 OrthancFramework/Sources/FileStorage/FileInfo.h --- 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 +#include "../OrthancFramework.h" +#include "../Enumerations.h" + #include -#include "../Enumerations.h" namespace Orthanc { - struct FileInfo + struct ORTHANC_PUBLIC FileInfo { private: bool valid_;