summaryrefslogtreecommitdiffstats
path: root/contrib/src/boost/type_traits/remove_const.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/src/boost/type_traits/remove_const.hpp')
-rw-r--r--contrib/src/boost/type_traits/remove_const.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/src/boost/type_traits/remove_const.hpp b/contrib/src/boost/type_traits/remove_const.hpp
index b47f851..e238962 100644
--- a/contrib/src/boost/type_traits/remove_const.hpp
+++ b/contrib/src/boost/type_traits/remove_const.hpp
@@ -12,7 +12,7 @@
#define BOOST_TT_REMOVE_CONST_HPP_INCLUDED
#include <boost/config.hpp>
-#include <cstddef>
+#include <cstddef> // size_t
#include <boost/detail/workaround.hpp>
namespace boost {