comparison OrthancStone/Sources/Toolbox/OsiriX/ArrayValue.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
21 21
22 22
23 #include "ArrayValue.h" 23 #include "ArrayValue.h"
24 24
25 #include <OrthancException.h> 25 #include <OrthancException.h>
26
27 #include <cassert>
26 28
27 29
28 namespace OrthancStone 30 namespace OrthancStone
29 { 31 {
30 namespace OsiriX 32 namespace OsiriX