# HG changeset patch # User Sebastien Jodogne # Date 1614084418 -3600 # Node ID fba1a8fff2b8048f3a58f1eb11e2018df9494029 # Parent 017ab543e6ef4dda12dba87066d7fed26f610b3b fix build diff -r 017ab543e6ef -r fba1a8fff2b8 NEWS --- a/NEWS Tue Feb 23 11:28:28 2021 +0100 +++ b/NEWS Tue Feb 23 13:46:58 2021 +0100 @@ -10,6 +10,7 @@ * New metadata automatically computed at the instance level: "PixelDataOffset" * New configuration option related to networking: - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis + - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis REST API -------- diff -r 017ab543e6ef -r fba1a8fff2b8 OrthancFramework/Sources/WebServiceParameters.h --- a/OrthancFramework/Sources/WebServiceParameters.h Tue Feb 23 11:28:28 2021 +0100 +++ b/OrthancFramework/Sources/WebServiceParameters.h Tue Feb 23 13:46:58 2021 +0100 @@ -30,6 +30,7 @@ #include #include +#include #include #include