Mercurial > hg > orthanc
changeset 5468:47334eeaaa1a
fix build on opensuse
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 18 Dec 2023 10:44:11 +0100 |
parents | 68e9f7815fb8 |
children | 514fd39f87a8 |
files | OrthancFramework/Sources/Images/Font.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/Images/Font.cpp Mon Dec 18 09:52:12 2023 +0100 +++ b/OrthancFramework/Sources/Images/Font.cpp Mon Dec 18 10:44:11 2023 +0100 @@ -37,6 +37,7 @@ #include "Image.h" #include "ImageProcessing.h" +#include <cassert> #include <stdio.h> #include <memory> #include <boost/lexical_cast.hpp>