# HG changeset patch # User Sebastien Jodogne # Date 1706644963 -3600 # Node ID fd3c390dd4dd62ff1107ac871e9f2fd33b91dac4 # Parent 200478c9c3fba1b2fb7c1ab8899fb100fb484374 fix static build with boost 1.84.0 diff -r 200478c9c3fb -r fd3c390dd4dd Sources/Framework/DicomInstancesCollection.cpp --- a/Sources/Framework/DicomInstancesCollection.cpp Tue Jan 30 20:51:17 2024 +0100 +++ b/Sources/Framework/DicomInstancesCollection.cpp Tue Jan 30 21:02:43 2024 +0100 @@ -24,7 +24,9 @@ #include #include +#include #include +#include static const std::string CSA_PHASE_ENCODING_DIRECTION_POSITIVE = "PhaseEncodingDirectionPositive";