comparison OrthancFramework/Sources/Images/Font.cpp @ 5468:47334eeaaa1a

fix build on opensuse
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Dec 2023 10:44:11 +0100
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5467:68e9f7815fb8 5468:47334eeaaa1a
35 #include "../OrthancException.h" 35 #include "../OrthancException.h"
36 #include "../Toolbox.h" 36 #include "../Toolbox.h"
37 #include "Image.h" 37 #include "Image.h"
38 #include "ImageProcessing.h" 38 #include "ImageProcessing.h"
39 39
40 #include <cassert>
40 #include <stdio.h> 41 #include <stdio.h>
41 #include <memory> 42 #include <memory>
42 #include <boost/lexical_cast.hpp> 43 #include <boost/lexical_cast.hpp>
43 44
44 namespace Orthanc 45 namespace Orthanc