build error orthanc-tcia

Hi,

I noticed the build of the tcia module fails on Tumbleweed:

[ 61s] In file included from /home/abuild/rpmbuild/BUILD/OrthancTcia-1.0/Plugin/HttpCache.cpp:20: [ 61s] /home/abuild/rpmbuild/BUILD/OrthancTcia-1.0/Plugin/HttpCache.h:34:18: error: ‘map’ in namespace ‘std’ does not name a template type [ 61s] 34 | typedef std::map<std::string, Item*> Content; [ 61s] | ^~~

See:
https://build.opensuse.org/package/live_build_log/home:DocB:Orthanc/orthanc-tcia/openSUSE_Tumbleweed/x86_64

Maybe due to the gcc11 compiler?

Thanks
Axel

Hello Axel,

I think that the following changeset that is now pending in the mainline should solve your issue:
https://hg.orthanc-server.com/orthanc-tcia/rev/71804e52a474

Kind Regards,
Sébastien-

Hi Sebastien,

thanks for the patch - I can confirm it fixes the issue!

Best,
Axel