comparison Framework/Common/GenericFormatter.cpp @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 3236894320d6
comparison
equal deleted inserted replaced
150:d9101318442d 152:063aa53b5917
19 **/ 19 **/
20 20
21 21
22 #include "GenericFormatter.h" 22 #include "GenericFormatter.h"
23 23
24 #include <Core/OrthancException.h> 24 #include <OrthancException.h>
25 25
26 #include <boost/lexical_cast.hpp> 26 #include <boost/lexical_cast.hpp>
27 27
28 namespace OrthancDatabases 28 namespace OrthancDatabases
29 { 29 {