Merge pull request #51 from camolezi/patch-1

Add missing include
This commit is contained in:
Ion Gaztañaga
2020-08-31 23:22:57 +02:00
committed by GitHub

View File

@@ -13,6 +13,8 @@
#ifndef BOOST_INTRUSIVE_DETAIL_SIMPLE_DISPOSERS_HPP
#define BOOST_INTRUSIVE_DETAIL_SIMPLE_DISPOSERS_HPP
#include <boost/intrusive/detail/workaround.hpp>
#ifndef BOOST_CONFIG_HPP
# include <boost/config.hpp>
#endif