Mercurial > hg > orthanc
changeset 6675:bdc76c0bce7d
fix undefined symbol on VS2015
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Sat, 04 Apr 2026 16:40:07 +0200 |
| parents | 35a5e25034f4 |
| children | bd1b80de5671 |
| files | OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.h Fri Apr 03 17:10:42 2026 +0200 +++ b/OrthancServer/Sources/ServerJobs/ThreadedInstancesLoader.h Sat Apr 04 16:40:07 2026 +0200 @@ -28,12 +28,12 @@ #include "../../../OrthancFramework/Sources/MultiThreading/BlockingSharedMessageQueue.h" #include "../../../OrthancFramework/Sources/Enumerations.h" #include "../../../OrthancFramework/Sources/MultiThreading/Semaphore.h" +#include "../../../OrthancFramework/Sources/FileStorage/FileInfo.h" namespace Orthanc { class ServerContext; - class FileInfo; class ORTHANC_PUBLIC ThreadedInstancesLoader : public boost::noncopyable {
