comparison Framework/Toolbox/ViewportGeometry.cpp @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents fccffbf99ba1
children 5412adf19980
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
19 **/ 19 **/
20 20
21 21
22 #include "ViewportGeometry.h" 22 #include "ViewportGeometry.h"
23 23
24 #include <Core/Logging.h> 24 #include "../../Resources/Orthanc/Core/Logging.h"
25 #include <Core/OrthancException.h> 25 #include "../../Resources/Orthanc/Core/OrthancException.h"
26 26
27 #include <boost/math/special_functions/round.hpp> 27 #include <boost/math/special_functions/round.hpp>
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {