From 712d20079a683129eb1f9f62b575fa996d081488 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 2 Jun 2022 21:46:07 +0300 Subject: [PATCH] Fix alignment_of include --- include/boost/unordered/detail/fca.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/fca.hpp b/include/boost/unordered/detail/fca.hpp index 900b61ea..b76f0bf9 100644 --- a/include/boost/unordered/detail/fca.hpp +++ b/include/boost/unordered/detail/fca.hpp @@ -118,7 +118,6 @@ to normal separate chaining implementations. #pragma once #endif -#include #include #include #include @@ -151,6 +150,7 @@ to normal separate chaining implementations. #include #include #include +#include #include