From 4647fc7095b41ce0db310354d280741c52714b32 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 23 Aug 2022 15:55:19 +0100 Subject: [PATCH] refactor: use core/swap.hpp over boost/swap.hpp The later is deprecated: ```cpp ifndef BOOST_SWAP_HPP define BOOST_SWAP_HPP // The header file at this path is deprecated; // use boost/core/swap.hpp instead. include endif ``` --- include/boost/array.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/array.hpp b/include/boost/array.hpp index a32d1e9..f047063 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -44,8 +44,8 @@ #include #include #include +#include #include -#include #include #include