diff options
Diffstat (limited to 'Utilities/std/cm/deque')
-rw-r--r-- | Utilities/std/cm/deque | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/std/cm/deque b/Utilities/std/cm/deque index b7b6959..df5f8df 100644 --- a/Utilities/std/cm/deque +++ b/Utilities/std/cm/deque @@ -8,6 +8,8 @@ #include <algorithm> #include <deque> // IWYU pragma: export +#include <cm/bits/container_helpers.hxx> // IWYU pragma: export + namespace cm { // should be updated when C++20 is finalized |