From a36937d9b5c5b1a3637b4a7eccd2890d745ac5a7 Mon Sep 17 00:00:00 2001 From: Braden Ganetsky Date: Wed, 9 Oct 2024 02:54:47 -0500 Subject: [PATCH] Ensure fca containers have the embedded GDB pretty-printers if none of the [c]foa containers have also been included. (#291) This was missed in PR #274. We don't yet have automated pretty-printer tests, so this change will have no effect on CI. --- include/boost/unordered/detail/implementation.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/unordered/detail/implementation.hpp b/include/boost/unordered/detail/implementation.hpp index 01e41746..d2c0cbd0 100644 --- a/include/boost/unordered/detail/implementation.hpp +++ b/include/boost/unordered/detail/implementation.hpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #include