comparison OrthancStone/Sources/Toolbox/OsiriX/IValue.cpp @ 1624:59f95b9ea858

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:30:36 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1623:74be0f498b08 1624:59f95b9ea858
26 #include "RealValue.h" 26 #include "RealValue.h"
27 #include "StringValue.h" 27 #include "StringValue.h"
28 28
29 #include <OrthancException.h> 29 #include <OrthancException.h>
30 #include <Toolbox.h> 30 #include <Toolbox.h>
31
32 #include <boost/lexical_cast.hpp>
31 33
32 34
33 namespace OrthancStone 35 namespace OrthancStone
34 { 36 {
35 namespace OsiriX 37 namespace OsiriX