comparison Framework/Fonts/GlyphTextureAlphabet.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 257f2c9a02ac
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
22 #include "GlyphTextureAlphabet.h" 22 #include "GlyphTextureAlphabet.h"
23 23
24 #include "TextBoundingBox.h" 24 #include "TextBoundingBox.h"
25 #include "../Toolbox/DynamicBitmap.h" 25 #include "../Toolbox/DynamicBitmap.h"
26 26
27 #include <Core/Images/Image.h> 27 #include <Images/Image.h>
28 #include <Core/Images/ImageProcessing.h> 28 #include <Images/ImageProcessing.h>
29 #include <Core/OrthancException.h> 29 #include <OrthancException.h>
30 30
31 #if defined(__EMSCRIPTEN__) 31 #if defined(__EMSCRIPTEN__)
32 /* 32 /*
33 Avoid this error: 33 Avoid this error:
34 .../boost/math/special_functions/round.hpp:86:12: warning: implicit conversion from 'std::__2::numeric_limits<int>::type' (aka 'int') to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] 34 .../boost/math/special_functions/round.hpp:86:12: warning: implicit conversion from 'std::__2::numeric_limits<int>::type' (aka 'int') to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]