1
0
forked from boostorg/move

ADd missing include for BOOST_MOVE_FORCEINLINE

This commit is contained in:
Ion Gaztañaga
2021-12-30 12:48:07 +01:00
parent 6cd6a1879c
commit d5b747c5f7
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# pragma once
#endif
#include <cstddef>
#include <boost/move/detail/workaround.hpp>
namespace boost {
namespace move_detail {

View File

@ -18,7 +18,7 @@
# pragma once
#endif
#include <cstddef>
#include <boost/move/detail/workaround.hpp>
namespace boost {
namespace move_detail {