changeset 430:95fdfeaed2ce

fix cassert
author Alain Mazy <am@orthanc.team>
date Tue, 14 Apr 2026 22:00:21 +0200
parents e3bcacc581a1
children e634b2dcaf0b
files Framework/Inputs/DicomPyramidLevel.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramidLevel.cpp	Tue Apr 14 08:05:25 2026 +0200
+++ b/Framework/Inputs/DicomPyramidLevel.cpp	Tue Apr 14 22:00:21 2026 +0200
@@ -30,6 +30,7 @@
 #include <OrthancException.h>
 
 #include <boost/lexical_cast.hpp>
+#include <cassert>
 
 namespace OrthancWSI
 {