comparison Framework/Toolbox/GeometryToolbox.h @ 66:298f375dcb68 wasm

LayerWidget
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 May 2017 22:03:09 +0200
parents 885932a893de
children 2eca030792aa
comparison
equal deleted inserted replaced
65:885932a893de 66:298f375dcb68
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 // Patch for Boost 1.64.0 24 // Patch for ublas in Boost 1.64.0
25 // https://github.com/dealii/dealii/issues/4302 25 // https://github.com/dealii/dealii/issues/4302
26 #include <boost/version.hpp>
26 #if BOOST_VERSION >= 106300 // or 64, need to check 27 #if BOOST_VERSION >= 106300 // or 64, need to check
27 # include <boost/serialization/array_wrapper.hpp> 28 # include <boost/serialization/array_wrapper.hpp>
28 #endif 29 #endif
29 30
30 #include <boost/numeric/ublas/vector.hpp> 31 #include <boost/numeric/ublas/vector.hpp>