From 777ec2ccb6fef21e93bb682fe0e0e3ec3cd04475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 30 Dec 2021 12:48:35 +0100 Subject: [PATCH] addressof.hpp include was missing --- include/boost/move/algo/move.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/move/algo/move.hpp b/include/boost/move/algo/move.hpp index ea84659..1c97c89 100644 --- a/include/boost/move/algo/move.hpp +++ b/include/boost/move/algo/move.hpp @@ -27,6 +27,7 @@ #include #include #include +#include #include #if defined(BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE) #include