Mercurial > hg > orthanc-wsi
changeset 429:e3bcacc581a1
fix
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 14 Apr 2026 08:05:25 +0200 |
| parents | 37d2459e3516 |
| children | 95fdfeaed2ce |
| files | Framework/ImageToolbox.cpp |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/ImageToolbox.cpp Mon Feb 23 09:58:35 2026 +0100 +++ b/Framework/ImageToolbox.cpp Tue Apr 14 08:05:25 2026 +0200 @@ -36,9 +36,10 @@ #include <Images/JpegWriter.h> #include <Logging.h> +#include <cmath> #include <limits> +#include <memory> #include <string.h> -#include <memory> namespace OrthancWSI
