Fix wrong #include <cstddef> place.

This commit is contained in:
Ion Gaztañaga
2021-10-18 17:17:41 +02:00
parent 2eeee6cb4c
commit bd15948a5d

View File

@ -19,11 +19,11 @@
# pragma once # pragma once
#endif #endif
#include <cstddef>
namespace boost { namespace boost {
namespace intrusive { namespace intrusive {
#include <cstddef>
#ifndef BOOST_INTRUSIVE_DOXYGEN_INVOKED #ifndef BOOST_INTRUSIVE_DOXYGEN_INVOKED
#if !defined(BOOST_INTRUSIVE_VARIADIC_TEMPLATES) #if !defined(BOOST_INTRUSIVE_VARIADIC_TEMPLATES)