mirror of
https://github.com/boostorg/utility.git
synced 2025-05-11 05:14:02 +00:00
Added a missing include.
This commit is contained in:
parent
1f6de83fe2
commit
cf5ad341ed
@ -82,11 +82,12 @@
|
|||||||
#ifndef BOOST_OPERATORS_HPP
|
#ifndef BOOST_OPERATORS_HPP
|
||||||
#define BOOST_OPERATORS_HPP
|
#define BOOST_OPERATORS_HPP
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/detail/workaround.hpp>
|
||||||
|
|
||||||
#include <cstddef>
|
|
||||||
|
|
||||||
#if defined(__sgi) && !defined(__GNUC__)
|
#if defined(__sgi) && !defined(__GNUC__)
|
||||||
# pragma set woff 1234
|
# pragma set woff 1234
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user