comparison OrthancStone/Sources/Volumes/DicomVolumeImage.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
20 **/ 20 **/
21 21
22 22
23 #include "DicomVolumeImage.h" 23 #include "DicomVolumeImage.h"
24 24
25 #include <Logging.h>
25 #include <OrthancException.h> 26 #include <OrthancException.h>
26 27
27 28
28 namespace OrthancStone 29 namespace OrthancStone
29 { 30 {