Skip to content

Commit

Permalink
Ensure fca containers have the embedded GDB pretty-printers if none o…
Browse files Browse the repository at this point in the history
…f 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.
  • Loading branch information
k3DW authored Oct 9, 2024
1 parent e214ecd commit a36937d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/unordered/detail/implementation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <boost/unordered/detail/serialize_tracked_address.hpp>
#include <boost/unordered/detail/static_assert.hpp>
#include <boost/unordered/detail/type_traits.hpp>
#include <boost/unordered/unordered_printers.hpp>

#include <boost/assert.hpp>
#include <boost/core/allocator_traits.hpp>
Expand Down

0 comments on commit a36937d

Please sign in to comment.