comparison Framework/Toolbox/LinearAlgebra.h @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents 964118e7e6de
children 5412adf19980
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
26 #include <boost/version.hpp> 26 #include <boost/version.hpp>
27 #if BOOST_VERSION >= 106300 // or 64, need to check 27 #if BOOST_VERSION >= 106300 // or 64, need to check
28 # include <boost/serialization/array_wrapper.hpp> 28 # include <boost/serialization/array_wrapper.hpp>
29 #endif 29 #endif
30 30
31 #include <Core/DicomFormat/DicomMap.h> 31 #include "../../Resources/Orthanc/Core/DicomFormat/DicomMap.h"
32 32
33 #include <boost/numeric/ublas/matrix.hpp> 33 #include <boost/numeric/ublas/matrix.hpp>
34 #include <boost/numeric/ublas/vector.hpp> 34 #include <boost/numeric/ublas/vector.hpp>
35 35
36 namespace OrthancStone 36 namespace OrthancStone