]> git.lyx.org Git - features.git/blobdiff - 3rdparty/boost/boost/type_traits/has_trivial_copy.hpp
Update local boost version to version 1.62
[features.git] / 3rdparty / boost / boost / type_traits / has_trivial_copy.hpp
index 9d3265d1dc97061fd90e9cfdc96d2bfe746ab6e7..fd6ad2d03b3dfca2c6089c4e9805c643ada81e70 100644 (file)
@@ -9,6 +9,7 @@
 #ifndef BOOST_TT_HAS_TRIVIAL_COPY_HPP_INCLUDED
 #define BOOST_TT_HAS_TRIVIAL_COPY_HPP_INCLUDED
 
+#include <cstddef> // size_t
 #include <boost/type_traits/intrinsics.hpp>
 #include <boost/type_traits/is_pod.hpp>
 #include <boost/type_traits/is_reference.hpp>