diff 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
line wrap: on
line diff
--- a/Framework/Toolbox/GeometryToolbox.h	Tue May 16 17:31:09 2017 +0200
+++ b/Framework/Toolbox/GeometryToolbox.h	Tue May 16 22:12:41 2017 +0200
@@ -21,6 +21,12 @@
 
 #pragma once
 
+// Patch for Boost 1.64.0
+// https://github.com/dealii/dealii/issues/4302
+#if BOOST_VERSION >= 106300  // or 64, need to check
+#  include <boost/serialization/array_wrapper.hpp>
+#endif
+
 #include <boost/numeric/ublas/vector.hpp>
 
 #include "../../Resources/Orthanc/Plugins/Samples/Common/DicomDatasetReader.h"