Mercurial > hg > orthanc-stone
changeset 2270:a03b5f5461c6
fix
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Mon, 13 Apr 2026 21:27:43 +0200 |
| parents | d4a8203b3390 |
| children | d6f7b38015c2 |
| files | OrthancStone/Sources/Loaders/SeriesOrderedFrames.cpp OrthancStone/Sources/Toolbox/DicomStructuredReport.cpp OrthancStone/UnitTestsSources/GeometryToolboxTests.cpp |
| diffstat | 3 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/SeriesOrderedFrames.cpp Mon Jan 26 11:46:33 2026 +0100 +++ b/OrthancStone/Sources/Loaders/SeriesOrderedFrames.cpp Mon Apr 13 21:27:43 2026 +0200 @@ -27,6 +27,9 @@ #include <Logging.h> #include <OrthancException.h> +#include <boost/lexical_cast.hpp> + + namespace OrthancStone { class SeriesOrderedFrames::Instance : public boost::noncopyable
--- a/OrthancStone/Sources/Toolbox/DicomStructuredReport.cpp Mon Jan 26 11:46:33 2026 +0100 +++ b/OrthancStone/Sources/Toolbox/DicomStructuredReport.cpp Mon Apr 13 21:27:43 2026 +0200 @@ -42,6 +42,7 @@ #include <dcmtk/dcmdata/dcfilefo.h> #include <algorithm> // For std::max() +#include <boost/lexical_cast.hpp> static std::string FormatTag(const DcmTagKey& key)
--- a/OrthancStone/UnitTestsSources/GeometryToolboxTests.cpp Mon Jan 26 11:46:33 2026 +0100 +++ b/OrthancStone/UnitTestsSources/GeometryToolboxTests.cpp Mon Apr 13 21:27:43 2026 +0200 @@ -32,6 +32,7 @@ #include <Logging.h> #include <OrthancException.h> +#include <boost/lexical_cast.hpp> #include <boost/math/special_functions/round.hpp>
