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.
This commit is contained in:
Braden Ganetsky
2024-10-09 02:54:47 -05:00
committed by GitHub
parent e214ecdbd0
commit a36937d9b5

View File

@ -21,6 +21,7 @@
#include <boost/unordered/detail/serialize_tracked_address.hpp> #include <boost/unordered/detail/serialize_tracked_address.hpp>
#include <boost/unordered/detail/static_assert.hpp> #include <boost/unordered/detail/static_assert.hpp>
#include <boost/unordered/detail/type_traits.hpp> #include <boost/unordered/detail/type_traits.hpp>
#include <boost/unordered/unordered_printers.hpp>
#include <boost/assert.hpp> #include <boost/assert.hpp>
#include <boost/core/allocator_traits.hpp> #include <boost/core/allocator_traits.hpp>