comparison Framework/Toolbox/GeometryToolbox.h @ 65:885932a893de wasm

OrthancFrameLayerSource
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 May 2017 22:12:41 +0200
parents 28956ed68280
children 298f375dcb68
comparison
equal deleted inserted replaced
64:394e63010e02 65:885932a893de
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23
24 // Patch for Boost 1.64.0
25 // https://github.com/dealii/dealii/issues/4302
26 #if BOOST_VERSION >= 106300 // or 64, need to check
27 # include <boost/serialization/array_wrapper.hpp>
28 #endif
23 29
24 #include <boost/numeric/ublas/vector.hpp> 30 #include <boost/numeric/ublas/vector.hpp>
25 31
26 #include "../../Resources/Orthanc/Plugins/Samples/Common/DicomDatasetReader.h" 32 #include "../../Resources/Orthanc/Plugins/Samples/Common/DicomDatasetReader.h"
27 33